Compartilhar via


Propriedade do RDL LocalizablePropertyDescriptor.Name

Gets the unlocalized name of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property Name As String 
    Get
'Uso
Dim instance As LocalizablePropertyDescriptor 
Dim value As String 

value = instance.Name
public override string Name { get; }
public:
virtual property String^ Name {
    String^ get () override;
}
abstract Name : string 
override Name : string
override function get Name () : String

Valor da propriedade

Tipo: System.String
The unlocalized name of the property.

Consulte também

Referência

LocalizablePropertyDescriptor Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc