Compartir a través de


IDTSProperty100.PropertyKind Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPropertyKind
A DTSPropertyKind enumeration.

Comentarios

For more information, see DtsProperty.

Vea también

Referencia

IDTSProperty100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper