Partilhar via


Propriedade do RDL SfcInstanceSerializedData.Name

Gets the name associated with the object. 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 SfcInstanceSerializedData 
Dim value As String 

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

Valor da propriedade

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

Consulte também

Referência

SfcInstanceSerializedData Estrutura

Namespace Microsoft.SqlServer.Management.Sdk.Sfc