Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the database role memberships are included.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property IncludeDatabaseRoleMemberships As Boolean
Get
Set
'Usage
Dim instance As ScriptingOptions
Dim value As Boolean
value = instance.IncludeDatabaseRoleMemberships
instance.IncludeDatabaseRoleMemberships = value
public bool IncludeDatabaseRoleMemberships { get; set; }
public:
property bool IncludeDatabaseRoleMemberships {
bool get ();
void set (bool value);
}
member IncludeDatabaseRoleMemberships : bool with get, set
function get IncludeDatabaseRoleMemberships () : boolean
function set IncludeDatabaseRoleMemberships (value : boolean)
Eigenschaftswert
Typ: System.Boolean
True if the database role memberships are included; otherwise, false.
Beispiele
Visual Basic
Dim scOps As New ScriptingOptions()
scOps.IncludeDatabaseRoleMemberships = true
PowerShell
$scOps = New-Object Microsoft.SqlServer.Management.Smo.ScriptingOptions
$scOps.IncludeDatabaseRoleMemberships = $TRUE
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace