IndexKeyType プロパティ
インデックス キーの種類を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property IndexKeyType As IndexKeyType
Get
Set
'使用
Dim instance As Index
Dim value As IndexKeyType
value = instance.IndexKeyType
instance.IndexKeyType = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public IndexKeyType IndexKeyType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property IndexKeyType IndexKeyType {
IndexKeyType get ();
void set (IndexKeyType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member IndexKeyType : IndexKeyType with get, set
function get IndexKeyType () : IndexKeyType
function set IndexKeyType (value : IndexKeyType)
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .IndexKeyType
一意キーや主キーなど、インデックスの構築に使用されたキーの種類を示す IndexKeyType オブジェクトの値です。