DacLogEntry.SessionID Property

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Property SessionID As String
    Get
    Set
'Usage
Dim instance As DacLogEntry
Dim value As String

value = instance.SessionID

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

Property Value

Type: System.String
The session identifier used to capture the connection details.

See Also

Reference

DacLogEntry Class

Microsoft.SqlServer.Management.Dac Namespace