Construtor EffectivePermissionInfo
Initializes a new instance of the EffectivePermissionInfo class with the specified type.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
type As PermissionType _
)
'Uso
Dim type As PermissionType
Dim instance As New EffectivePermissionInfo(type)
public EffectivePermissionInfo(
PermissionType type
)
public:
EffectivePermissionInfo(
PermissionType type
)
new :
type:PermissionType -> EffectivePermissionInfo
public function EffectivePermissionInfo(
type : PermissionType
)
Parâmetros
- type
Tipo: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The type of the permission.
Consulte também
Referência
EffectivePermissionInfo Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices