Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the type of the permission.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Property PermissionType As PermissionType
Get
'Usage
Dim instance As ExplicitPermissionInfo
Dim value As PermissionType
value = instance.PermissionType
public PermissionType PermissionType { get; }
public:
property PermissionType PermissionType {
PermissionType get ();
}
member PermissionType : PermissionType
function get PermissionType () : PermissionType
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The type of the permission.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace