Compartilhar via


Propriedade do RDL DacExtractOptions.IgnoreUserLoginMappings

Get or set boolean that specifies whether mappings between users and logins should be extracted from the source.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)

Sintaxe

'Declaração
Public Property IgnoreUserLoginMappings As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
True if user login mappings will be ignored; otherwise false. Default value is false.

Consulte também

Referência

DacExtractOptions Classe

Namespace Microsoft.SqlServer.Dac