SmoObjectBase.State プロパティ

参照先のオブジェクトの状態を取得します。

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

構文

'宣言
Public ReadOnly Property State As SqlSmoState 
    Get
'使用
Dim instance As SmoObjectBase 
Dim value As SqlSmoState 

value = instance.State
public SqlSmoState State { get; }
public:
property SqlSmoState State {
    SqlSmoState get ();
}
member State : SqlSmoState
function get State () : SqlSmoState

プロパティ値

型: Microsoft.SqlServer.Management.Smo.SqlSmoState
参照先のオブジェクトの状態を示す SqlSmoState オブジェクトの値です。

使用例

プロパティの設定

関連項目

参照

SmoObjectBase クラス

Microsoft.SqlServer.Management.Smo 名前空間