AssemblySecurityLevel Propiedad
Gets or sets the security level for the assembly.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public Property AssemblySecurityLevel As AssemblySecurityLevel
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .AssemblySecurityLevel
An AssemblySecurityLevel object value that specifies the security level for the assembly.
Vea también