Proprietà DomainInstanceName
Gets the logical name of the domain instance. The logical name of a domain instance is usually derived from the connection and domain information. 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
ReadOnly Property DomainInstanceName As String
Get
'Utilizzo
Dim instance As ISfcDomainLite
Dim value As String
value = instance.DomainInstanceName
string DomainInstanceName { get; }
property String^ DomainInstanceName {
String^ get ();
}
abstract DomainInstanceName : string
function get DomainInstanceName () : String
Valore proprietà
Tipo: System. . :: . .String
The logical name of the domain instance.
Osservazioni
The name does not have to be unique on the client, but should be different whenever the server representation would be.
Vedere anche