Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property IgnoreUserLoginMappings As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
True if user login mappings will be ignored; otherwise false. Default value is false.