xSQL Schema Compare SDK for SQL Server version 12
ContainsMember(String,SqlEntityTypeEnum) Method


The name of the member.
The type of the member.
Indicates whether the pair contains a member with the specified name and type.
Syntax
'Declaration
 
Public Overloads MustOverride Function ContainsMember( _
   ByVal name As System.String, _
   ByVal entityType As SqlEntityTypeEnum _
) As System.Boolean
public abstract System.bool ContainsMember( 
   System.string name,
   SqlEntityTypeEnum entityType
)
public: abstract System.bool ContainsMember( 
   System.string* name,
   SqlEntityTypeEnum entityType
) 

Parameters

name
The name of the member.
entityType
The type of the member.

Return Value

true if the pair contains a member with the specified name and type.
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

PairBase Class
PairBase Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback