Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- type
Typ: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The type of the permission.
Siehe auch
Verweis
EffectivePermissionInfo Klasse
Microsoft.SqlServer.Management.IntegrationServices-Namespace