Propriedade do RDL ExplicitPermissionInfo.PermissionType
Gets the type of the permission.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property PermissionType As PermissionType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The type of the permission.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices