ReadOnlyEventColumnInfo.TypePackageName プロパティ

型パッケージ オブジェクトの名前を表す文字列値を取得します。

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

構文

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

value = instance.TypePackageName
[SfcPropertyAttribute(Data = true)]
public string TypePackageName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ TypePackageName {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member TypePackageName : string
function get TypePackageName () : String

プロパティ値

型: System.String
SfcProperty 型のパッケージ オブジェクトの名前を表す文字列値です。

説明

Microsoft.SqlServer.Management.Sdk.Sfc.dll には、SQL Foundation Class のアセンブリが含まれています。 このライブラリは、%ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies ディレクトリにあります。

関連項目

参照

ReadOnlyEventColumnInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間