Sdílet prostřednictvím


SqlDeploymentOptions.PopulateFilesOnFileGroups Property

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.

See Also

Reference

SqlDeploymentOptions Class

Microsoft.SqlServer.Dac.Deployment Namespace