다음을 통해 공유


ForeignKeyColumn 생성자 (ForeignKey, String, String)

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

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

구문

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

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

매개 변수

외래 키 생성, 변경 및 제거

참고 항목

참조

ForeignKeyColumn 클래스

ForeignKeyColumn 오버로드

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

관련 자료

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

CREATE TABLE(Transact-SQL)