DacDeployOptions.IgnoreFilegroupPlacement 속성
Get or set boolean that specifies whether to exclude the filegroup specifier from consideration when comparing the source and target model.
네임스페이스: Microsoft.SqlServer.Dac
어셈블리: Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)
구문
‘선언
Public Property IgnoreFilegroupPlacement As Boolean
Get
Set
‘사용 방법
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.IgnoreFilegroupPlacement
instance.IgnoreFilegroupPlacement = value
public bool IgnoreFilegroupPlacement { get; set; }
public:
property bool IgnoreFilegroupPlacement {
bool get ();
void set (bool value);
}
member IgnoreFilegroupPlacement : bool with get, set
function get IgnoreFilegroupPlacement () : boolean
function set IgnoreFilegroupPlacement (value : boolean)
속성 값
유형: System.Boolean
True to ignore differences in the filegroup specifier; otherwise, false. Default is true.