次の方法で共有


SpatialIndexRegularOption.Option プロパティ

オプションの種類を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property Option As IndexOption 
    Get 
    Set
'使用
Dim instance As SpatialIndexRegularOption 
Dim value As IndexOption 

value = instance.Option

instance.Option = value
public IndexOption Option { get; set; }
public:
property IndexOption^ Option {
    IndexOption^ get ();
    void set (IndexOption^ value);
}
member Option : IndexOption with get, set
function get Option () : IndexOption 
function set Option (value : IndexOption)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOption
オプションの種類。

関連項目

参照

SpatialIndexRegularOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間