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
- 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.