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