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

See Also

Reference

ISql90Assembly Interface

ISql90Assembly Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace