PropertyName propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Localization
Assembly : Microsoft.SqlServer.ManagedDTS (dans 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 la propriété
Type : System. . :: . .String