LocalizablePropertyDescriptor.DisplayOrdinal プロパティ

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

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

構文

'宣言
Public ReadOnly Property DisplayOrdinal As Integer 
    Get
'使用
Dim instance As LocalizablePropertyDescriptor 
Dim value As Integer 

value = instance.DisplayOrdinal
public int DisplayOrdinal { get; }
public:
property int DisplayOrdinal {
    int get ();
}
member DisplayOrdinal : int
function get DisplayOrdinal () : int

プロパティ値

型: System.Int32
プロパティが表示される序数です。

関連項目

参照

LocalizablePropertyDescriptor クラス

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