Compartir a través de


CreateTableStatement.OnFileGroupOrPartitionScheme Propiedad

Gets or sets the filegroup or partition scheme on which the table is stored. Maybe nulles una referencia NULL (Nothing en Visual Basic)..

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property OnFileGroupOrPartitionScheme As FileGroupOrPartitionScheme 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.FileGroupOrPartitionScheme
The filegroup or partition scheme on which the table is stored.

Vea también

Referencia

CreateTableStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom