XEStore.ISfcDomainLite.DomainName 属性

Gets the name of the ___domain.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainName As String 
    Implements ISfcDomainLite.DomainName 
    Get
用法
Dim instance As XEStore 
Dim value As String 

value = CType(instance, ISfcDomainLite).DomainName
[SfcIgnoreAttribute]
string ISfcDomainLite.DomainName { get; }
[SfcIgnoreAttribute]
private:
virtual property String^ DomainName {
    String^ get () sealed = ISfcDomainLite::DomainName::get;
}
[<SfcIgnoreAttribute>]
private abstract DomainName : string
[<SfcIgnoreAttribute>]
private override DomainName : string
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.String
A string value that contains the name of the ___domain.

实现

ISfcDomainLite.DomainName

请参阅

参考

XEStore 类

Microsoft.SqlServer.Management.XEvent 命名空间