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
)
パラメーター
- parent
型: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Column オブジェクトの親を示す SqlSmoObject オブジェクトです。
- name
型: System. . :: . .String
列の名前を示す String 値です。
- dataType
型: Microsoft.SqlServer.Management.Smo. . :: . .DataType
列に割り当てられたデータ型を示す DataType オブジェクトの値です。