AlterWithNoCheck 方法
Updates any Table object property changes on the instance of SQL Server without checking the property values first.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub AlterWithNoCheck
用法
Dim instance As Table
instance.AlterWithNoCheck()
public void AlterWithNoCheck()
public:
void AlterWithNoCheck()
member AlterWithNoCheck : unit -> unit
public function AlterWithNoCheck()