Partilhar via


Propriedade do RDL SfcDomainInfo.Name

Gets or sets 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 Property Name As String 
    Get 
    Friend Set
'Uso
Dim instance As SfcDomainInfo 
Dim value As String 

value = instance.Name
public string Name { get; internal set; }
public:
property String^ Name {
    String^ get ();
    internal: void set (String^ value);
}
member Name : string with get, internal set
function get Name () : String 
internal function set Name (value : String)

Valor da propriedade

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

Consulte também

Referência

SfcDomainInfo Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc