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 版本支持此命名空间、类或成员。