ReadOnlyEventColumnInfo.Value プロパティ

SQL Foundation Class プロパティの値を表す文字列値を取得します。

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

構文

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

value = instance.Value
[SfcPropertyAttribute(Data = true)]
public string Value { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ Value {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Value : string
function get Value () : 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 名前空間