Compartir a través de


PartitionScheme.Filegroups Propiedad

Filegroups relationship class of PartitionScheme

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Shared Property Filegroups As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

value = PartitionScheme.Filegroups
public static ModelRelationshipClass Filegroups { get; internal set; }
public:
static property ModelRelationshipClass^ Filegroups {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member Filegroups : ModelRelationshipClass with get, internal set
static function get Filegroups () : ModelRelationshipClass 
internal static function set Filegroups (value : ModelRelationshipClass)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vea también

Referencia

PartitionScheme Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model