EffectivePermissionInfo Constructor
Initializes a new instance of the EffectivePermissionInfo class with the specified type.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices