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.