DacDeployOptions.PopulateFilesOnFileGroups Property

Get or set boolean that specifies whether files are supplied for filegroups defined in the deployment source.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public Property PopulateFilesOnFileGroups As Boolean 
    Get 
    Set
'Usage
Dim instance As DacDeployOptions 
Dim value As Boolean 

value = instance.PopulateFilesOnFileGroups

instance.PopulateFilesOnFileGroups = value
public bool PopulateFilesOnFileGroups { get; set; }
public:
property bool PopulateFilesOnFileGroups {
    bool get ();
    void set (bool value);
}
member PopulateFilesOnFileGroups : bool with get, set
function get PopulateFilesOnFileGroups () : boolean 
function set PopulateFilesOnFileGroups (value : boolean)

Property Value

Type: System.Boolean
True to specify files for filegroups; otherwise false. Default is true.

See Also

Reference

DacDeployOptions Class

Microsoft.SqlServer.Dac Namespace