Freigeben über


BaseLocalizableAttribute.PropertyName-Eigenschaft

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

Gets the property name of the attribute.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyName As String 
    Get
'Usage
Dim instance As BaseLocalizableAttribute 
Dim value As String 

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
member PropertyName : string
function get PropertyName () : String

Eigenschaftswert

Typ: System.String
The property name.

Siehe auch

Verweis

BaseLocalizableAttribute Klasse

Microsoft.SqlServer.Dts.Runtime.Localization-Namespace