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
'Declaração
Public Property SessionID As String
Get
Set
'Uso
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: String
The session identifier used to capture the connection details.