Proprietà IDTSProperty100.PropertyKind
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property PropertyKind As DTSPropertyKind
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPropertyKind
A DTSPropertyKind enumeration.
Osservazioni
For more information, see DtsProperty.