Dela via


AssemblyStatement.PermissionSetOption Property

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
'Usage
Dim instance As AssemblyStatement 
Dim value As PermissionSetOption 

value = instance.PermissionSetOption

instance.PermissionSetOption = value
public PermissionSetOption PermissionSetOption { get; set; }
public:
property PermissionSetOption PermissionSetOption {
    PermissionSetOption get ();
    void set (PermissionSetOption value);
}
public function get PermissionSetOption () : PermissionSetOption 
public function set PermissionSetOption (value : PermissionSetOption)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.PermissionSetOption

.NET Framework Security

See Also

Reference

AssemblyStatement Class

AssemblyStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace