Proprietà BaseLocalizableAttribute.PropertyName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the property name of the attribute.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PropertyName As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The property name.

Vedere anche

Riferimento

BaseLocalizableAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization