Create 方法
Creates a column on the instance of Microsoft SQL Server as defined by the Column object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub Create
'用途
Dim instance As Column
instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit
override Create : unit -> unit
public final function Create()
實作
備註
[!附註]
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.