EffectivePermissionInfo(PermissionType) 构造函数

定义

使用指定的类型初始化 EffectivePermissionInfo 类的新实例。

public:
 EffectivePermissionInfo(Microsoft::SqlServer::Management::IntegrationServices::PermissionType type);
public EffectivePermissionInfo (Microsoft.SqlServer.Management.IntegrationServices.PermissionType type);
new Microsoft.SqlServer.Management.IntegrationServices.EffectivePermissionInfo : Microsoft.SqlServer.Management.IntegrationServices.PermissionType -> Microsoft.SqlServer.Management.IntegrationServices.EffectivePermissionInfo
Public Sub New (type As PermissionType)

参数

type
PermissionType

权限的类型。

适用于