AssemblyStatement.PermissionSetOption Property

Gets or sets the permission set option value.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property PermissionSetOption As PermissionSetOption
public PermissionSetOption PermissionSetOption { get; set; }
public:
property PermissionSetOption PermissionSetOption {
    PermissionSetOption get ();
    void set (PermissionSetOption value);
}
member PermissionSetOption : PermissionSetOption with get, set
function get PermissionSetOption () : PermissionSetOption
function set PermissionSetOption (value : PermissionSetOption)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.PermissionSetOption
Returns a PermissionSetOption enumeration value.

.NET Framework Security

See Also

Reference

AssemblyStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace