Свойство AssemblySecurityLevel
Gets or sets the security level for the assembly.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property AssemblySecurityLevel As AssemblySecurityLevel
Get
Set
'Применение
Dim instance As SqlAssembly
Dim value As AssemblySecurityLevel
value = instance.AssemblySecurityLevel
instance.AssemblySecurityLevel = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public AssemblySecurityLevel AssemblySecurityLevel { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property AssemblySecurityLevel AssemblySecurityLevel {
AssemblySecurityLevel get ();
void set (AssemblySecurityLevel value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AssemblySecurityLevel : AssemblySecurityLevel with get, set
function get AssemblySecurityLevel () : AssemblySecurityLevel
function set AssemblySecurityLevel (value : AssemblySecurityLevel)
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .AssemblySecurityLevel
An AssemblySecurityLevel object value that specifies the security level for the assembly.
См. также