Freigeben über


IDTSProperty100.Name-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the name of the property.

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

Syntax

'Declaration
ReadOnly Property Name As String 
    Get
'Usage
Dim instance As IDTSProperty100 
Dim value As String 

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

Eigenschaftswert

Typ: System.String
The name of the property.

Hinweise

For more information, see DtsProperty.

Siehe auch

Verweis

IDTSProperty100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace