Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Get or set boolean that specifies whether mappings between users and logins should be extracted from the source.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public Property IgnoreUserLoginMappings As Boolean
Get
Set
'Utilisation
Dim instance As DacExtractOptions
Dim value As Boolean
value = instance.IgnoreUserLoginMappings
instance.IgnoreUserLoginMappings = value
public bool IgnoreUserLoginMappings { get; set; }
public:
property bool IgnoreUserLoginMappings {
bool get ();
void set (bool value);
}
member IgnoreUserLoginMappings : bool with get, set
function get IgnoreUserLoginMappings () : boolean
function set IgnoreUserLoginMappings (value : boolean)
Valeur de propriété
Type : System.Boolean
True if user login mappings will be ignored; otherwise false. Default value is false.