SfcMetadataRelation 构造函数 (String, Type, SfcPropertyFlags, AttributeCollection)

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub New ( _
    propertyName As String, _
    type As Type, _
    flags As SfcPropertyFlags, _
    attributes As AttributeCollection _
)
用法
Dim propertyName As String
Dim type As Type
Dim flags As SfcPropertyFlags
Dim attributes As AttributeCollection

Dim instance As New SfcMetadataRelation(propertyName, _
    type, flags, attributes)
public SfcMetadataRelation(
    string propertyName,
    Type type,
    SfcPropertyFlags flags,
    AttributeCollection attributes
)
public:
SfcMetadataRelation(
    String^ propertyName, 
    Type^ type, 
    SfcPropertyFlags flags, 
    AttributeCollection^ attributes
)
new : 
        propertyName:string * 
        type:Type * 
        flags:SfcPropertyFlags * 
        attributes:AttributeCollection -> SfcMetadataRelation
public function SfcMetadataRelation(
    propertyName : String, 
    type : Type, 
    flags : SfcPropertyFlags, 
    attributes : AttributeCollection
)

参数