ScriptNameObjectBase.CheckTextCorectness Method
SQL Server 2012
Checks text for correctness against the parameters.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected void CheckTextCorectness( string ddlText, bool enforceCreate, bool checkName, string[] expectedObjectTypes, out DdlTextParserHeaderInfo headerInfo )
Parameters
- ddlText
- Type: System.String
A string value that contains the data definition language text.
- enforceCreate
- Type: System.Boolean
A Boolean value that specifies whether to force creation even if target is incorrect.
- checkName
- Type: System.Boolean
A string value that specifies the expected name.
- expectedObjectTypes
- Type: System.String[]
An array of strings that specify the expected object types.
- headerInfo
- Type: Microsoft.SqlServer.Management.Smo.DdlTextParserHeaderInfo
A pointer to DdlTextParserHeaderInfo.
