Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the node permission set value.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Property PermissionSet As PermissionSetsPropertyValue
'Usage
Dim instance As SqlClrReferenceNodeExtender
Dim value As PermissionSetsPropertyValue
value = instance.PermissionSet
instance.PermissionSet = value
public PermissionSetsPropertyValue PermissionSet { get; set; }
public:
property PermissionSetsPropertyValue PermissionSet {
PermissionSetsPropertyValue get ();
void set (PermissionSetsPropertyValue value);
}
public function get PermissionSet () : PermissionSetsPropertyValue
public function set PermissionSet (value : PermissionSetsPropertyValue)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders.PermissionSetsPropertyValue
Returns a PermissionSetsPropertyValue 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.
See Also
Reference
SqlClrReferenceNodeExtender Class
SqlClrReferenceNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace