Partilhar via


Método IAlienObject.SetObjectState

Sets the object state to the specified SfcObjectState value.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Sub SetObjectState ( _
    state As SfcObjectState _
)
'Uso
Dim instance As IAlienObject 
Dim state As SfcObjectState

instance.SetObjectState(state)
void SetObjectState(
    SfcObjectState state
)
void SetObjectState(
    SfcObjectState state
)
abstract SetObjectState : 
        state:SfcObjectState -> unit
function SetObjectState(
    state : SfcObjectState
)

Parâmetros

Consulte também

Referência

IAlienObject Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc