Właściwość CollectorConfigStore.ISfcDomainLite.DomainInstanceName
Ta właściwość jest tylko do użytku wewnętrznego.
Przestrzeń nazw: Microsoft.SqlServer.Management.Collector
Zestaw: Microsoft.SqlServer.Management.Collector (w Microsoft.SqlServer.Management.Collector.dll)
Składnia
'Deklaracja
Private ReadOnly Property DomainInstanceName As String
Implements ISfcDomainLite.DomainInstanceName
Get
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Wartość właściwości
Typ: System.String
A String wartość określająca wystąpienie nazwy.
Implementacje
Zobacz także