Udostępnij za pośrednictwem


Właściwość IDTSProperty100.PropertyKind

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat DtsProperty.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
ReadOnly Property PropertyKind As DTSPropertyKind
    Get
'Użycie
Dim instance As IDTSProperty100
Dim value As DTSPropertyKind

value = instance.PropertyKind
DTSPropertyKind PropertyKind { get; }
property DTSPropertyKind PropertyKind {
    DTSPropertyKind get ();
}
abstract PropertyKind : DTSPropertyKind
function get PropertyKind () : DTSPropertyKind