SmoObjectBase.SetState(SqlSmoState) 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.
Sets the object state (Existing, Dropped etc.) Applications should avoid using this method.
public void SetState (Microsoft.SqlServer.Management.Smo.SqlSmoState state);
member this.SetState : Microsoft.SqlServer.Management.Smo.SqlSmoState -> unit
Public Sub SetState (state As SqlSmoState)
Parameters
- state
- SqlSmoState