Propriété DacDeployOptions.IgnoreRoleMembership
Get or set boolean that specifies whether to exclude all ROLE MEMBERSHIP objects from consideration when comparing the source and target model.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public Property IgnoreRoleMembership As Boolean
Get
Set
'Utilisation
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.IgnoreRoleMembership
instance.IgnoreRoleMembership = value
public bool IgnoreRoleMembership { get; set; }
public:
property bool IgnoreRoleMembership {
bool get ();
void set (bool value);
}
member IgnoreRoleMembership : bool with get, set
function get IgnoreRoleMembership () : boolean
function set IgnoreRoleMembership (value : boolean)
Valeur de propriété
Type : System.Boolean
True to ignore ROLE MEMBERSHIP objects; otherwise, false. Default is false.