XEUtils.ToBeCreated(SfcObjectState) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.