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


The keyword of the pair to locate.
The language of the pair to locate.
Gets the pair with the specified keyword and language.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal keyword As System.String, _
   ByVal language As System.String _
) As StopListWordPair
public new StopListWordPair this[ 
   System.string keyword,
   System.string language
]; {get;}
public: __property new StopListWordPair* get_Item   System.string* keyword,
   System.string* language
;

Parameters

keyword
The keyword of the pair to locate.
language
The language of the pair to locate.

Property Value

A StopListWordPair pair with the specified keyword and language or null if no pair is found.
Exceptions
ExceptionDescription
System.ArgumentNullException

The keyword parameter is null

or

The language 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

StopListWordPairCollection Class
StopListWordPairCollection Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback