Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or set boolean that specifies whether files are supplied for filegroups defined in the deployment source.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property PopulateFilesOnFileGroups As Boolean
Get
'Usage
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.PopulateFilesOnFileGroups
public bool PopulateFilesOnFileGroups { get; }
public:
property bool PopulateFilesOnFileGroups {
bool get ();
}
member PopulateFilesOnFileGroups : bool
function get PopulateFilesOnFileGroups () : boolean
Property Value
Type: System.Boolean
True to specify files for filegroups; otherwise false. Default is true.