Compartir a través de


PartitionScheme.NextUsedFileGroup Propiedad

Gets or sets the name of the filegroup that has NEXT USED status.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NextUsedFileGroup As String 
    Get 
    Set
'Uso
Dim instance As PartitionScheme 
Dim value As String 

value = instance.NextUsedFileGroup

instance.NextUsedFileGroup = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string NextUsedFileGroup { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ NextUsedFileGroup {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NextUsedFileGroup : string with get, set
function get NextUsedFileGroup () : String 
function set NextUsedFileGroup (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the filegroup name.

Comentarios

Returns an empty string if no filegroup has NEXT USED status.

Ejemplos

Utilizar grupos de archivos y archivos para almacenar datos

Vea también

Referencia

PartitionScheme Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE PARTITION SCHEME (Transact-SQL)