Package.Description プロパティ

Package オブジェクトの説明を表す文字列を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property Description As String 
    Get
'使用
Dim instance As Package 
Dim value As String 

value = instance.Description
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string Description { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ Description {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member Description : string
function get Description () : String

プロパティ値

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

関連項目

参照

Package クラス

Microsoft.SqlServer.Management.XEvent 名前空間