Partager via


Propriété BaseLocalizableAttribute.PropertyName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the property name of the attribute.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PropertyName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The property name.

Voir aussi

Référence

BaseLocalizableAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Localization