Column 생성자 (SqlSmoObject, String)
Initializes a new instance of the Column class that has the specified parent and specified name.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub New ( _
parent As SqlSmoObject, _
name As String _
)
‘사용 방법
Dim parent As SqlSmoObject
Dim name As String
Dim instance As New Column(parent, _
name)
public Column(
SqlSmoObject parent,
string name
)
public:
Column(
SqlSmoObject^ parent,
String^ name
)
new :
parent:SqlSmoObject *
name:string -> Column
public function Column(
parent : SqlSmoObject,
name : String
)
매개 변수
- parent
형식: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that specifies the parent that owns the Column object.
- name
형식: System. . :: . .String
A String value that specifies the name of the column.