Свойство SqlDeploymentOptions.PopulateFilesOnFileGroups

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

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public ReadOnly Property PopulateFilesOnFileGroups As Boolean 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

SqlDeploymentOptions Класс

Пространство имен Microsoft.SqlServer.Dac.Deployment