Propriedade do RDL IDTSProperty100.PropertyKind
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
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
A DTSPropertyKind enumeration.
Comentários
For more information, see DtsProperty.