Share via


DacLogEntry.SessionID プロパティ

Gets or sets the session identifier used to capture the connection details.

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

構文

'宣言

Public Property SessionID As 
    Get
    Set
'使用

Dim instance As DacLogEntry
Dim value As 

value = instance.SessionID

instance.SessionID = value
public  SessionID { get; set; }
public:
property ^ SessionID {
    ^ get ();
    void set (^ value);
}
member SessionID :  with get, set
function get SessionID () : 
function set SessionID (value : )

プロパティ値

型:
The session identifier used to capture the connection details.

関連項目

参照

DacLogEntry クラス

Microsoft.SqlServer.Management.Dac 名前空間