Свойство UnsafeAssembly
Gets a permission that can be included in the server permission set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property UnsafeAssembly As ServerPermission
Get
'Применение
Dim value As ServerPermission
value = ServerPermission.UnsafeAssembly
public static ServerPermission UnsafeAssembly { get; }
public:
static property ServerPermission^ UnsafeAssembly {
ServerPermission^ get ();
}
static member UnsafeAssembly : ServerPermission
static function get UnsafeAssembly () : ServerPermission
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the UnsafeAssembly permission that can be included in the server permission set.
См. также