ユーザーとログイン間のマッピングをソースから抽出するかどうかを指定するブール値を取得または設定します。
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)
構文
'宣言
Public Property IgnoreUserLoginMappings As Boolean
Get
Set
'使用
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)
プロパティ値
型: System.Boolean
ユーザー ログインのマッピングを無視する場合は true、それ以外の場合は false。既定値は false です。