Share via


CreateTableStatement.OnFileGroupOrPartitionScheme Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property OnFileGroupOrPartitionScheme As FileGroupOrPartitionScheme
public FileGroupOrPartitionScheme OnFileGroupOrPartitionScheme { get; set; }
public:
property FileGroupOrPartitionScheme^ OnFileGroupOrPartitionScheme {
    FileGroupOrPartitionScheme^ get ();
    void set (FileGroupOrPartitionScheme^ value);
}
member OnFileGroupOrPartitionScheme : FileGroupOrPartitionScheme with get, set
function get OnFileGroupOrPartitionScheme () : FileGroupOrPartitionScheme
function set OnFileGroupOrPartitionScheme (value : FileGroupOrPartitionScheme)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.FileGroupOrPartitionScheme

.NET Framework Security

See Also

Reference

CreateTableStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace