EffectivePermissionInfo Constructor
Initializes a new instance of the EffectivePermissionInfo class with the specified type.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
type As PermissionType _
)
'Usage
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
)
Parameters
- type
Type: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The type of the permission.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace