PropertyOrderAttribute クラス
分類された並べ替え順またはアルファベットの並べ替え順をデザイナーが適用しない場合に使用される位置を指定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
継承階層
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.PropertyOrderAttribute
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.All)> _
Public Class PropertyOrderAttribute _
Inherits Attribute
'使用
Dim instance As PropertyOrderAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public class PropertyOrderAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class PropertyOrderAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.All)>]
type PropertyOrderAttribute =
class
inherit Attribute
end
public class PropertyOrderAttribute extends Attribute
PropertyOrderAttribute 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
PropertyOrderAttribute | PropertyOrderAttribute クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Order | 並べ替え順の位置を取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。