EffectivePermissionInfo Constructor (PermissionType)

 

Applies To: SQL Server 2016 Preview

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

public EffectivePermissionInfo(
    PermissionType type
)
public:
EffectivePermissionInfo(
    PermissionType type
)
new : 
        type:PermissionType -> EffectivePermissionInfo
Public Sub New (
    type As PermissionType
)

Parameters

See Also

EffectivePermissionInfo Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top