IDTSProperty100 Interfaccia

Definizione

Rappresenta un'interfaccia per l'oggetto DtsProperty.

public interface class IDTSProperty100
[System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")]
public interface IDTSProperty100
[<System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")>]
type IDTSProperty100 = interface
Public Interface IDTSProperty100
Attributi

Proprietà

ConnectionType

Ottiene il nome della gestione connessione utilizzata per creare la connessione.

DataType

Ottiene il tipo dei dati della proprietà.

Get

Ottiene un valore che indica se è possibile leggere il valore di una proprietà.

Name

Ottiene il nome della proprietà.

PropertyKind

Ottiene l'enumerazione DTSPropertyKind che contiene informazioni sugli attributi personalizzati di una proprietà.

Set

Ottiene un valore che indica se la proprietà dell'oggetto a cui si fa riferimento è modificabile.

TypeConverter

Ottiene il nome del tipo completo dell'assembly dell'oggetto convertitore di tipi per la proprietà.

UITypeEditor

Ottiene il nome del tipo completo dell'assembly dell'editor grafico per la proprietà.

Metodi

GetExport(Object)

Indica un valore che indica se l'oggetto può essere esportato.

GetExpression(Object)

Ottiene l'espressione per l'oggetto specificato.

GetPackagePath(Object)

Ottiene il percorso relativo della posizione del pacchetto specificato.

GetValue(Object)

Restituisce il valore della proprietà.

SetExport(Object, Boolean)

Imposta il flag di esportazione per l'oggetto specificato.

SetExpression(Object, String)

Assegna l'espressione specificata all'oggetto.

SetValue(Object, Object)

Imposta il valore della proprietà.

Si applica a