CollectorConfigStore.ISfcDomainLite.DomainInstanceName 属性

This property is for internal use only.

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
Private ReadOnly Property DomainInstanceName As String 
    Implements ISfcDomainLite.DomainInstanceName 
    Get
用法
Dim instance As CollectorConfigStore 
Dim value As String 

value = CType(instance, ISfcDomainLite).DomainInstanceName
string ISfcDomainLite.DomainInstanceName { get; }
private:
virtual property String^ DomainInstanceName {
    String^ get () sealed = ISfcDomainLite::DomainInstanceName::get;
}
private abstract DomainInstanceName : string 
private override DomainInstanceName : string
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.String
A String value that specifies the instance name.

实现

ISfcDomainLite.DomainInstanceName

请参阅

参考

CollectorConfigStore 类

Microsoft.SqlServer.Management.Collector 命名空间