Condividi tramite


Proprietà Urn.DomainInstanceName

Gets the domain instance name. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DomainInstanceName As String 
    Get
'Utilizzo
Dim instance As Urn 
Dim value As String 

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

Valore proprietà

Tipo: System.String
A string value that specifies the domain instance name.

Vedere anche

Riferimento

Urn Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc