TypeInfo.Description プロパティ

TypeInfo オブジェクトの説明を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.XEvent
アセンブリ:  Microsoft.SqlServer.Management.XEvent (Microsoft.SqlServer.Management.XEvent.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Description As String 
    Get
'使用
Dim instance As TypeInfo 
Dim value As String 

value = instance.Description
[SfcPropertyAttribute(Data = true)]
public string Description { get; }
[SfcPropertyAttribute(Data = true)]
public:
virtual property String^ Description {
    String^ get () sealed;
}
[<SfcPropertyAttribute(Data = true)>]
abstract Description : string
[<SfcPropertyAttribute(Data = true)>]
override Description : string
final function get Description () : String

プロパティ値

型: System.String
説明を表す文字列値です。

実装

IXEObjectInfo.Description

説明

次のクエリを実行することによって、機能の整数とその説明を取得できます。

select distinct(capabilities_desc) from
sys.dm_xe_objects where object_type='Type'

関連項目

参照

TypeInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間