Partilhar via


Propriedade do RDL Name

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 ReadOnly Property Name As String
    Get
'Uso
Dim instance As SfcProperty
Dim value As String

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

Valor da propriedade

Tipo: System. . :: . .String
A string that represents the name of the property.

Implementa

ISfcProperty. . :: . .Name