ScriptNameObjectBase.CheckTextCorrectness Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| CheckTextCorrectness(String, Boolean, Boolean, String[], DdlTextParserHeaderInfo) |
verifica a sintaxe de texto, que manipula o tipo certo de objeto (PROC, TRIGGER etc) |
| CheckTextCorrectness(String, Boolean, Boolean, Boolean, String[], DdlTextParserHeaderInfo) |
verifica a sintaxe de texto, que manipula o tipo certo de objeto (PROC, TRIGGER etc) |
CheckTextCorrectness(String, Boolean, Boolean, String[], DdlTextParserHeaderInfo)
verifica a sintaxe de texto, que manipula o tipo certo de objeto (PROC, TRIGGER etc)
protected void CheckTextCorrectness(string ddlText, bool enforceCreate, bool checkName, string[] expectedObjectTypes, out Microsoft.SqlServer.Management.Smo.DdlTextParserHeaderInfo headerInfo);
member this.CheckTextCorrectness : string * bool * bool * string[] * DdlTextParserHeaderInfo -> unit
Protected Sub CheckTextCorrectness (ddlText As String, enforceCreate As Boolean, checkName As Boolean, expectedObjectTypes As String(), ByRef headerInfo As DdlTextParserHeaderInfo)
Parâmetros
- ddlText
- String
- enforceCreate
- Boolean
- checkName
- Boolean
- expectedObjectTypes
- String[]
- headerInfo
- DdlTextParserHeaderInfo
Aplica-se a
CheckTextCorrectness(String, Boolean, Boolean, Boolean, String[], DdlTextParserHeaderInfo)
verifica a sintaxe de texto, que manipula o tipo certo de objeto (PROC, TRIGGER etc)
protected void CheckTextCorrectness(string ddlText, bool enforceCreate, bool checkName, bool isOrAlterSupported, string[] expectedObjectTypes, out Microsoft.SqlServer.Management.Smo.DdlTextParserHeaderInfo headerInfo);
member this.CheckTextCorrectness : string * bool * bool * bool * string[] * DdlTextParserHeaderInfo -> unit
Protected Sub CheckTextCorrectness (ddlText As String, enforceCreate As Boolean, checkName As Boolean, isOrAlterSupported As Boolean, expectedObjectTypes As String(), ByRef headerInfo As DdlTextParserHeaderInfo)
Parâmetros
- ddlText
- String
- enforceCreate
- Boolean
- checkName
- Boolean
- isOrAlterSupported
- Boolean
- expectedObjectTypes
- String[]
- headerInfo
- DdlTextParserHeaderInfo