Share via


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 DomainName As String
    Implements ISfcDomain.DomainName
    Get
'Usage
Dim instance As CollectorConfigStore
Dim value As String

value = CType(instance, ISfcDomain).DomainName
string ISfcDomain.DomainName { get; }
private:
virtual property String^ DomainName {
    String^ get () sealed = ISfcDomain::DomainName::get;
}
private abstract DomainName : string
private override DomainName : 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 domain name.

Implements

ISfcDomainDomainName()

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.