Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.