XEUtils.ToBeCreated(SfcObjectState) Method

Definition

Indicates whether given state is for creation

public static bool ToBeCreated (Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState state);
static member ToBeCreated : Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState -> bool
Public Shared Function ToBeCreated (state As SfcObjectState) As Boolean

Parameters

state
SfcObjectState

Object state.

Returns

True if object to be created.

Applies to