次の方法で共有


SfcSkuAttribute クラス

プロパティまたはクラスのサポートされる SKU を示す SfcSkuAttribute クラスを表します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

継承階層

System.Object
  System.Attribute
    Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcSkuAttribute

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

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, Inherited := True,  _
    AllowMultiple := False)> _
Public Class SfcSkuAttribute _
    Inherits Attribute
'使用
Dim instance As SfcSkuAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true, 
    AllowMultiple = false)]
public class SfcSkuAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property, Inherited = true, 
    AllowMultiple = false)]
public ref class SfcSkuAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true, 
    AllowMultiple = false)>]
type SfcSkuAttribute =  
    class 
        inherit Attribute 
    end
public class SfcSkuAttribute extends Attribute

SfcSkuAttribute 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド SfcSkuAttribute(String, Boolean) 指定した SKU の名前を使用して、SfcSkuAttribute クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
パブリック メソッド SfcSkuAttribute(array<String[], Boolean) 指定した SKU の名前を使用して、SfcSkuAttribute クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Exclusive 指定した SKU が排他的か包含的かを示す値を取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
パブリック プロパティ SkuNames 指定した SKU 名の一覧を取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
パブリック プロパティ TypeId (Attribute から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Attribute から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Attribute から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IsDefaultAttribute (Attribute から継承されています。)
パブリック メソッド Match (Attribute から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetIDsOfNames (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfo (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfoCount (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.Invoke (Attribute から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

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