KeyIndex 属性

Gets or sets the property key index. 不要在您的代码中直接引用此成员。它支持 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
A value that represents the property key index.