ScriptNameObjectBase.CheckTextCorrectness Metode

Definisi

Overload

Nama Deskripsi
CheckTextCorrectness(String, Boolean, Boolean, String[], DdlTextParserHeaderInfo)

memeriksa sintaks teks, bahwa ia memanipulasi jenis objek yang tepat ( PROC, TRIGGER, dll )

CheckTextCorrectness(String, Boolean, Boolean, Boolean, String[], DdlTextParserHeaderInfo)

memeriksa sintaks teks, bahwa ia memanipulasi jenis objek yang tepat ( PROC, TRIGGER, dll )

CheckTextCorrectness(String, Boolean, Boolean, String[], DdlTextParserHeaderInfo)

memeriksa sintaks teks, bahwa ia memanipulasi jenis objek yang tepat ( PROC, TRIGGER, dll )

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)

Parameter

ddlText
String
enforceCreate
Boolean
checkName
Boolean
expectedObjectTypes
String[]

Berlaku untuk

CheckTextCorrectness(String, Boolean, Boolean, Boolean, String[], DdlTextParserHeaderInfo)

memeriksa sintaks teks, bahwa ia memanipulasi jenis objek yang tepat ( PROC, TRIGGER, dll )

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)

Parameter

ddlText
String
enforceCreate
Boolean
checkName
Boolean
isOrAlterSupported
Boolean
expectedObjectTypes
String[]

Berlaku untuk