ISql90Assembly.PermissionSet Property
Gets or sets a permission set.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property PermissionSet As SqlAssemblyPermissionSet
Get
Set
'Usage
Dim instance As ISql90Assembly
Dim value As SqlAssemblyPermissionSet
value = instance.PermissionSet
instance.PermissionSet = value
SqlAssemblyPermissionSet PermissionSet { get; set; }
property SqlAssemblyPermissionSet PermissionSet {
SqlAssemblyPermissionSet get ();
void set (SqlAssemblyPermissionSet value);
}
function get PermissionSet () : SqlAssemblyPermissionSet
function set PermissionSet (value : SqlAssemblyPermissionSet)
abstract PermissionSet : SqlAssemblyPermissionSet with get, set
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlAssemblyPermissionSet
Returns a SqlAssemblyPermissionSet enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.