Session.AutoStart 속성
Gets or sets a value indicating whether the AutoStart object is active or not.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property AutoStart As Boolean
Get
Set
‘사용 방법
Dim instance As Session
Dim value As Boolean
value = instance.AutoStart
instance.AutoStart = value
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public bool AutoStart { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property bool AutoStart {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member AutoStart : bool with get, set
function get AutoStart () : boolean
function set AutoStart (value : boolean)
속성 값
유형: System.Boolean
Returns True if the AutoStart object is active, otherwise False.