次の方法で共有


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
)

パラメーター

  • containsType
    型: System.Type
    コンテナーが保持する Type です。

関連項目

参照

SfcObjectAttribute クラス

SfcObjectAttribute オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 名前空間