SfcInvalidForTypeAttribute コンストラクター

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    excludedType As Type _
)
'使用
Dim excludedType As Type 

Dim instance As New SfcInvalidForTypeAttribute(excludedType)
public SfcInvalidForTypeAttribute(
    Type excludedType
)
public:
SfcInvalidForTypeAttribute(
    Type^ excludedType
)
new : 
        excludedType:Type -> SfcInvalidForTypeAttribute
public function SfcInvalidForTypeAttribute(
    excludedType : Type
)

パラメーター

  • excludedType
    型: System.Type
    特定のプロパティの除外対象型の一覧です。

関連項目

参照

SfcInvalidForTypeAttribute クラス

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