SfcObjectAttribute 构造函数 (Type)

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

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

语法

声明
Public Sub New ( _
    containsType As Type _
)
用法
Dim containsType As Type

Dim instance As New SfcObjectAttribute(containsType)
public SfcObjectAttribute(
    Type containsType
)
public:
SfcObjectAttribute(
    Type^ containsType
)
new : 
        containsType:Type -> SfcObjectAttribute
public function SfcObjectAttribute(
    containsType : Type
)

参数