Condividi tramite


Proprietà SmoObjectBase.State

Gets the state of the referenced object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property State As SqlSmoState 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.SqlSmoState
A SqlSmoState object value that specifies the state of the referenced object.

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

SmoObjectBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo