xSQL Schema Compare SDK for SQL Server version 12
Item(SecurityPredicateTypeEnum,String,String,SecurityPredicateOperationEnum) Property


A SecurityPredicateTypeEnum value that indicates the predicate type.
The schema of the target object.
The name of the target object.
A SecurityPredicateOperationEnum value that indicates the predicate operation.
Gets the SqlSecurityPredicate with the specified settings.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal predicateType As SecurityPredicateTypeEnum, _
   ByVal targetObjectSchema As System.String, _
   ByVal targetObjectName As System.String, _
   ByVal operation As SecurityPredicateOperationEnum _
) As SqlSecurityPredicate
public new SqlSecurityPredicate Item( 
   SecurityPredicateTypeEnum predicateType,
   System.string targetObjectSchema,
   System.string targetObjectName,
   SecurityPredicateOperationEnum operation
) {get;}
public: __property new SqlSecurityPredicate* get_Item( 
   SecurityPredicateTypeEnum predicateType,
   System.string* targetObjectSchema,
   System.string* targetObjectName,
   SecurityPredicateOperationEnum operation
);

Parameters

predicateType
A SecurityPredicateTypeEnum value that indicates the predicate type.
targetObjectSchema
The schema of the target object.
targetObjectName
The name of the target object.
operation
A SecurityPredicateOperationEnum value that indicates the predicate operation.

Property Value

A SqlSecurityPredicate item with the specified settings or not null in no predicate is found.
Exceptions
ExceptionDescription
System.ArgumentNullExceptiontargetObjectSchema parameter or targetObjectName parameter 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

SqlSecurityPredicateCollection Class
SqlSecurityPredicateCollection Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback