Get or set boolean that specifies whether files are supplied for filegroups defined in the deployment source.
命名空間: Microsoft.SqlServer.Dac
組件: Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)
語法
'宣告
Public Property PopulateFilesOnFileGroups As Boolean
Get
Set
'用途
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)
屬性值
型別:System.Boolean
True to specify files for filegroups; otherwise false. Default is true.