xSQL Schema Compare SDK for SQL Server version 12
Item Property (PermissionTypeCollection)


The permission code to locate.
Gets the PermissionType element with the specified code.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Default Property Item( _
   ByVal typeCode As System.String _
) As PermissionType
public override PermissionType this[ 
   System.string typeCode
]; {get;}
public: __property PermissionType* get_Item   System.string* typeCode
 override;

Parameters

typeCode
The permission code to locate.

Property Value

A PermissionType element with the specified code or null if no element is found.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe typeCode argument is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PermissionTypeCollection Class
PermissionTypeCollection Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback