Linguaggio

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à

Nome Descrizione
ConnectionType

Ottiene il nome del connection manager usato per creare la connessione.

DataType

Ottiene il tipo di dato della proprietà.

Get

Ottiene un valore che indica se il valore di un immobile può essere letto.

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 riferito è modificabile.

TypeConverter

Ottiene il nome di tipo qualificato per l'assemblaggio dell'oggetto convertitore di tipo per la proprietà.

UITypeEditor

Ottiene il nome di tipo assembly dell'editor grafico della proprietà.

Metodi

Nome Descrizione
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 verso la 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)

Stabilisce il valore della proprietà.

Si applica a