ServerPermission.ViewAnyDatabase Property
Gets a permission that can be included in the server permission set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Декларация
Public Shared ReadOnly Property ViewAnyDatabase As ServerPermission
public static ServerPermission ViewAnyDatabase { get; }
public:
static property ServerPermission^ ViewAnyDatabase {
ServerPermission^ get ();
}
/** @property */
public static ServerPermission get_ViewAnyDatabase ()
public static function get ViewAnyDatabase () : ServerPermission
A ServerPermission object that represents the ViewAnyDatabase permission that can be included in the server permission set.
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
How to: Grant Server Permissions in Visual Basic .NET
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
ServerPermission Class
ServerPermission Members
Microsoft.SqlServer.Management.Smo Namespace
Granting, Revoking, and Denying Permissions
Разрешения
sys.server_permissions (Transact-SQL)