Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a permission that can be included in the database permission set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AlterAnyFulltextCatalog As DatabasePermission
Get
'Usage
Dim value As DatabasePermission
value = DatabasePermission.AlterAnyFulltextCatalog
public static DatabasePermission AlterAnyFulltextCatalog { get; }
public:
static property DatabasePermission^ AlterAnyFulltextCatalog {
DatabasePermission^ get ();
}
static member AlterAnyFulltextCatalog : DatabasePermission
static function get AlterAnyFulltextCatalog () : DatabasePermission
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabasePermission
A DatabasePermission object that represents the AlterAnyFulltextCatalog permission that can be included in the database permission set.
Examples
Granting, Revoking, and Denying Permissions
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace