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()