DatabaseOptions.DefaultFilegroup Property
DefaultFilegroup relationship class of DatabaseOptions
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Shared Property DefaultFilegroup As ModelRelationshipClass
Get
Friend Set
'Usage
Dim value As ModelRelationshipClass
value = DatabaseOptions.DefaultFilegroup
public static ModelRelationshipClass DefaultFilegroup { get; internal set; }
public:
static property ModelRelationshipClass^ DefaultFilegroup {
ModelRelationshipClass^ get ();
internal: void set (ModelRelationshipClass^ value);
}
static member DefaultFilegroup : ModelRelationshipClass with get, internal set
static function get DefaultFilegroup () : ModelRelationshipClass
internal static function set DefaultFilegroup (value : ModelRelationshipClass)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass