Spid プロパティ
親オブジェクトを実行するアクティブ サーバー プロセス識別子 (SPID) を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property Spid As String
Get
'使用
Dim instance As TraceEventArgs
Dim value As String
value = instance.Spid
public string Spid { get; }
public:
property String^ Spid {
String^ get ();
}
member Spid : string
function get Spid () : String
プロパティ値
型: System. . :: . .String
親オブジェクトを実行するアクティブ サーバー プロセス識別子 (SPID) を表す String です。