Proprietà RegisteredServersStore.DomainName

Gets the name of a domain.

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

Sintassi

'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property DomainName As String 
    Get
'Utilizzo
Dim instance As RegisteredServersStore 
Dim value As String 

value = instance.DomainName
[SfcIgnoreAttribute]
public string DomainName { get; }
[SfcIgnoreAttribute]
public:
virtual property String^ DomainName {
    String^ get () sealed;
}
[<SfcIgnoreAttribute>]
abstract DomainName : string
[<SfcIgnoreAttribute>]
override DomainName : string
final function get DomainName () : String

Valore proprietà

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

Implementa

ISfcDomainLite.DomainName

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

RegisteredServersStore Classe

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers