Свойство SmoObjectBase.State
Gets the state of the referenced object.
Пространство имен: 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
A SqlSmoState object value that specifies the state of the referenced object.