다음을 통해 공유


ForeignKeyColumn 생성자 (ForeignKey, String)

Initializes a new instance of the ForeignKeyColumn class based on the specified foreign key with the specified name.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub New ( _
    foreignKey As ForeignKey, _
    name As String _
)
‘사용 방법
Dim foreignKey As ForeignKey 
Dim name As String 

Dim instance As New ForeignKeyColumn(foreignKey, _
    name)
public ForeignKeyColumn(
    ForeignKey foreignKey,
    string name
)
public:
ForeignKeyColumn(
    ForeignKey^ foreignKey, 
    String^ name
)
new : 
        foreignKey:ForeignKey * 
        name:string -> ForeignKeyColumn
public function ForeignKeyColumn(
    foreignKey : ForeignKey, 
    name : String
)

매개 변수

외래 키 생성, 변경 및 제거

참고 항목

참조

ForeignKeyColumn 클래스

ForeignKeyColumn 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

FOREIGN KEY 제약 조건 만들기 및 수정

CREATE TABLE(Transact-SQL)