ISql100EventSession.IsOnStartupState プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property IsOnStartupState As Boolean
'使用
Dim instance As ISql100EventSession
Dim value As Boolean
value = instance.IsOnStartupState
instance.IsOnStartupState = value
bool IsOnStartupState { get; set; }
property bool IsOnStartupState {
bool get ();
void set (bool value);
}
function get IsOnStartupState () : boolean
function set IsOnStartupState (value : boolean)
プロパティ値
型 : System.Boolean