CreateTableStatement.OnFileGroupOrPartitionScheme 属性
Gets or sets the filegroup or partition scheme on which the table is stored. Maybe nullnull 引用(在 Visual Basic 中为 Nothing).
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property OnFileGroupOrPartitionScheme As FileGroupOrPartitionScheme
Get
Set
用法
Dim instance As CreateTableStatement
Dim value As FileGroupOrPartitionScheme
value = instance.OnFileGroupOrPartitionScheme
instance.OnFileGroupOrPartitionScheme = value
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.FileGroupOrPartitionScheme
The filegroup or partition scheme on which the table is stored.