Share via


IDTSProperty100.PropertyKind Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property PropertyKind As DTSPropertyKind 
    Get
'Usage
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

Property Value

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

Remarks

For more information, see DtsProperty.

See Also

Reference

IDTSProperty100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace