Propriedade PropertyKind
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
For more information, see DtsProperty.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
ReadOnly Property PropertyKind As DTSPropertyKind
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTSPropertyKind
Consulte também