CollectorConfigStore.. Property
This property is for internal use only.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Private ReadOnly Property DomainInstanceName As String
Implements ISfcDomain.DomainInstanceName
Get
'Usage
Dim instance As CollectorConfigStore
Dim value As String
value = CType(instance, ISfcDomain).DomainInstanceName
string ISfcDomain.DomainInstanceName { get; }
private:
virtual property String^ DomainInstanceName {
String^ get () sealed = ISfcDomain::DomainInstanceName::get;
}
private abstract DomainInstanceName : string
private override DomainInstanceName : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
A String value that is the instance name.
Implements
ISfcDomainDomainInstanceName()
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.