Column コンストラクター (SqlSmoObject, String, DataType)

指定した親と指定した名前を持つ Column クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New ( _
    parent As SqlSmoObject, _
    name As String, _
    dataType As DataType _
)
'使用
Dim parent As SqlSmoObject 
Dim name As String 
Dim dataType As DataType 

Dim instance As New Column(parent, _
    name, dataType)
public Column(
    SqlSmoObject parent,
    string name,
    DataType dataType
)
public:
Column(
    SqlSmoObject^ parent, 
    String^ name, 
    DataType^ dataType
)
new : 
        parent:SqlSmoObject * 
        name:string * 
        dataType:DataType -> Column
public function Column(
    parent : SqlSmoObject, 
    name : String, 
    dataType : DataType
)

パラメーター

使用例

データベース オブジェクトでの作業

関連項目

参照

Column クラス

Column オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE TABLE (Transact-SQL)