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 the option of the permission set.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property PermissionSetOption As PermissionSetOption
Get
Set
'Usage
Dim instance As PermissionSetAssemblyOption
Dim value As PermissionSetOption
value = instance.PermissionSetOption
instance.PermissionSetOption = value
public PermissionSetOption PermissionSetOption { get; set; }
public:
property PermissionSetOption PermissionSetOption {
PermissionSetOption get ();
void set (PermissionSetOption value);
}
member PermissionSetOption : PermissionSetOption with get, set
function get PermissionSetOption () : PermissionSetOption
function set PermissionSetOption (value : PermissionSetOption)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.PermissionSetOption
The option of the permission set.