Bagikan melalui


ExplicitPermissionInfo.PermissionType Property

Gets the type of the permission.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public ReadOnly Property PermissionType As PermissionType 
    Get
'Usage
Dim instance As ExplicitPermissionInfo 
Dim value As PermissionType 

value = instance.PermissionType
public PermissionType PermissionType { get; }
public:
property PermissionType PermissionType {
    PermissionType get ();
}
member PermissionType : PermissionType
function get PermissionType () : PermissionType

Property Value

Type: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The type of the permission.

See Also

Reference

ExplicitPermissionInfo Class

Microsoft.SqlServer.Management.IntegrationServices Namespace