IDTSCustomProperty100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Contiene informazioni personalizzate su un oggetto in un compito di flusso 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 utilizzato per esporre informazioni personalizzate su un oggetto nel compito di flusso dati.
IDTSCustomProperty100 gli oggetti sono disponibili sulla maggior parte degli oggetti nel IDTSComponentMetaData100 componente e vengono automaticamente persistiti nell'XML del pacchetto. Le proprietà personalizzate vengono aggiunte al IDTSCustomPropertyCollection100 chiamando il New metodo della collezione.
Per informazioni sull'impostazione di proprietà personalizzate, vedi "Creare proprietà personalizzate" in Metodi in tempo di progettazione di un componente Flusso di dati.
Proprietà
| Nome | Descrizione |
|---|---|
| ContainsID |
Ottiene o imposta un valore che indica se il Value di dell'oggetto IDTSCustomProperty100 contiene l'ID di un altro oggetto nel compito di flusso dati. |
| Description |
Ottiene o imposta la descrizione di un IDTSCustomProperty100 oggetto. |
| EncryptionRequired |
Ottiene o imposta un valore che indica se l'oggetto IDTSCustomProperty100 deve essere criptato. |
| ExpressionType |
Ottiene o imposta il tipo dell'espressione. |
| ID |
Ottiene o imposta l'identificatore di un IDTSCustomProperty100 oggetto. |
| IdentificationString |
Ottiene una stringa che identifica in modo unico un IDTSCustomProperty100 oggetto. |
| Name |
Ottiene o imposta il nome di un IDTSCustomProperty100 oggetto. |
| ObjectType |
Ottiene la DTSObjectType proprietà personalizzata. |
| State |
Ottiene o imposta un valore da a DTSPersistState che controlla come il IDTSCustomProperty100 valore viene memorizzato nel pacchetto XML. |
| TypeConverter |
Ottiene o imposta il convertitore di tipo per un IDTSCustomProperty100 oggetto. |
| UITypeEditor |
Ottiene o imposta l'editor per un IDTSCustomProperty100 oggetto. |
| Value |
Ottiene o imposta il valore dell'oggetto di un IDTSCustomProperty100 oggetto. |