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
)
参数
- foreignKey
类型:Microsoft.SqlServer.Management.Smo.ForeignKey
A ForeignKey object on which to base the new instance.
- name
类型:System.String
A String value that specifies the name of the column.
- referencedColumn
类型:System.String
A String value that specifies the referenced column.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间