Share via


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

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

Implements

ISfcDomainLite.DomainName

See Also

Reference

CollectorConfigStore Class

Microsoft.SqlServer.Management.Collector Namespace