SmoObjectBase.State Propiedad
Gets the state of the referenced object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property State As SqlSmoState
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.SqlSmoState
A SqlSmoState object value that specifies the state of the referenced object.