AssemblySecurityLevel 属性

Gets or sets the security level for the assembly.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property AssemblySecurityLevel As AssemblySecurityLevel
    Get
    Set
用法
Dim instance As SqlAssembly
Dim value As AssemblySecurityLevel

value = instance.AssemblySecurityLevel

instance.AssemblySecurityLevel = value
[SfcPropertyAttribute]
public AssemblySecurityLevel AssemblySecurityLevel { get; set; }
[SfcPropertyAttribute]
public:
property AssemblySecurityLevel AssemblySecurityLevel {
    AssemblySecurityLevel get ();
    void set (AssemblySecurityLevel value);
}
[<SfcPropertyAttribute>]
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.

示例

设置属性