SfcInvalidForTypeAttribute.ExcludedType プロパティ

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

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

構文

'宣言
Public ReadOnly Property ExcludedType As Type 
    Get
'使用
Dim instance As SfcInvalidForTypeAttribute 
Dim value As Type 

value = instance.ExcludedType
public Type ExcludedType { get; }
public:
property Type^ ExcludedType {
    Type^ get ();
}
member ExcludedType : Type
function get ExcludedType () : Type

プロパティ値

型: System.Type
除外対象型の一覧です。

関連項目

参照

SfcInvalidForTypeAttribute クラス

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