共用方式為


DomainInstanceName 屬性

Gets a string value that contains the domain instance name.

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property DomainInstanceName As String
    Get
'用途
Dim instance As RegisteredServersStore
Dim value As String

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

屬性值

型別:System. . :: . .String
A String value that contains the domain instance name.

實作

ISfcDomainLite. . :: . .DomainInstanceName

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。