CreateSpatialIndexStatement.OnFileGroup プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property OnFileGroup As TSqlFragment
'使用
Dim instance As CreateSpatialIndexStatement
Dim value As TSqlFragment

value = instance.OnFileGroup

instance.OnFileGroup = value
public TSqlFragment OnFileGroup { get; set; }
public:
property TSqlFragment^ OnFileGroup {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
public function get OnFileGroup () : TSqlFragment
public function set OnFileGroup (value : TSqlFragment)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

参照

参照

CreateSpatialIndexStatement クラス

CreateSpatialIndexStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間