Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Checks text for correctness against the parameters.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub CheckTextCorectness ( _
ddlText As String, _
enforceCreate As Boolean, _
checkName As Boolean, _
expectedObjectTypes As String(), _
<OutAttribute> ByRef headerInfo As DdlTextParserHeaderInfo _
)
'Usage
Dim ddlText As String
Dim enforceCreate As Boolean
Dim checkName As Boolean
Dim expectedObjectTypes As String()
Dim headerInfo As DdlTextParserHeaderInfo
Me.CheckTextCorectness(ddlText, enforceCreate, _
checkName, expectedObjectTypes, _
headerInfo)
protected void CheckTextCorectness(
string ddlText,
bool enforceCreate,
bool checkName,
string[] expectedObjectTypes,
out DdlTextParserHeaderInfo headerInfo
)
protected:
void CheckTextCorectness(
String^ ddlText,
bool enforceCreate,
bool checkName,
array<String^>^ expectedObjectTypes,
[OutAttribute] DdlTextParserHeaderInfo% headerInfo
)
member CheckTextCorectness :
ddlText:string *
enforceCreate:bool *
checkName:bool *
expectedObjectTypes:string[] *
headerInfo:DdlTextParserHeaderInfo byref -> unit
protected function CheckTextCorectness(
ddlText : String,
enforceCreate : boolean,
checkName : boolean,
expectedObjectTypes : String[],
headerInfo : DdlTextParserHeaderInfo
)
Parameter
- ddlText
Typ: System.String
A string value that contains the data definition language text.
- enforceCreate
Typ: System.Boolean
A Boolean value that specifies whether to force creation even if target is incorrect.
- checkName
Typ: System.Boolean
A string value that specifies the expected name.
- expectedObjectTypes
Typ: array<System.String[]
An array of strings that specify the expected object types.
- headerInfo
Typ: Microsoft.SqlServer.Management.Smo.DdlTextParserHeaderInfo%
A pointer to DdlTextParserHeaderInfo.