EffectivePermissionInfo.PermissionType 属性

Gets the effective permission type of the object.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public ReadOnly Property PermissionType As PermissionType 
    Get
用法
Dim instance As EffectivePermissionInfo 
Dim value As PermissionType 

value = instance.PermissionType
public PermissionType PermissionType { get; }
public:
property PermissionType PermissionType {
    PermissionType get ();
}
member PermissionType : PermissionType
function get PermissionType () : PermissionType

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The effective permission type of the object.

请参阅

参考

EffectivePermissionInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间