Condividi tramite


Proprietà SqlDeploymentOptions.PopulateFilesOnFileGroups

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PopulateFilesOnFileGroups As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SqlDeploymentOptions Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment