ObjectProperty.KeyIndex プロパティ

プロパティのキー インデックスを取得または設定します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Property KeyIndex As Short 
    Get 
    Set
'使用
Dim instance As ObjectProperty 
Dim value As Short 

value = instance.KeyIndex

instance.KeyIndex = value
public short KeyIndex { get; set; }
public:
property short KeyIndex {
    short get ();
    void set (short value);
}
member KeyIndex : int16 with get, set
function get KeyIndex () : short 
function set KeyIndex (value : short)

プロパティ値

型: System.Int16
プロパティのキー インデックスを表す値です。

関連項目

参照

ObjectProperty クラス

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