IDTSCustomProperty100 Interfaccia

Definizione

Contiene informazioni personalizzate su un oggetto di un'attività Flusso di dati.

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
Attributi
Implementazioni

Commenti

L'oggetto IDTSCustomProperty100 viene usato per esporre informazioni personalizzate su un oggetto nell'attività flusso di dati.

IDTSCustomProperty100 gli oggetti sono disponibili nella maggior parte degli oggetti in IDTSComponentMetaData100 un componente e vengono mantenuti automaticamente nel codice XML del pacchetto. Le proprietà personalizzate vengono aggiunte all'oggetto IDTSCustomPropertyCollection100 chiamando il New metodo della raccolta.

Per informazioni sull'impostazione delle proprietà personalizzate, vedere "Creazione di proprietà personalizzate" in Metodi in fase di progettazione di un componente Flusso di dati.

Proprietà

ContainsID

Ottiene o imposta un valore che indica se la proprietà Value dell'oggetto IDTSCustomProperty100 contiene l'ID di un altro oggetto nell'attività Flusso di dati.

Description

Ottiene o imposta la descrizione di un oggetto IDTSCustomProperty100.

EncryptionRequired

Ottiene o imposta un valore che indica se l'oggetto IDTSCustomProperty100 deve essere crittografato.

ExpressionType

Ottiene o imposta il tipo dell'espressione.

ID

Ottiene o imposta l'identificatore di un oggetto IDTSCustomProperty100.

IdentificationString

Ottiene una stringa che identifica in modo univoco un oggetto IDTSCustomProperty100.

Name

Ottiene o imposta il nome di un oggetto IDTSCustomProperty100.

ObjectType

Ottiene l'oggetto DTSObjectType della proprietà personalizzata.

State

Ottiene o imposta un valore da un oggetto DTSPersistState che controlla la modalità di archiviazione del valore IDTSCustomProperty100 nel pacchetto XML.

TypeConverter

Ottiene o imposta il convertitore di tipi di un oggetto IDTSCustomProperty100.

UITypeEditor

Ottiene o imposta l'editor per un oggetto IDTSCustomProperty100.

Value

Ottiene o imposta il valore di un oggetto IDTSCustomProperty100.

Si applica a