Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the object state to the specified SfcObjectState value.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Sub SetObjectState ( _
state As SfcObjectState _
)
'Usage
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
)
Parameters
- state
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
An SfcObjectState value that specifies the state of the object.