Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.