Partilhar via


Propriedade do RDL BaseLocalizableAttribute.PropertyName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the property name of the attribute.

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

Sintaxe

'Declaração
Public ReadOnly Property PropertyName As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The property name.

Consulte também

Referência

BaseLocalizableAttribute Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Localization