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


The assembly filename.
Gets the assembly file pair with the specified filename.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal filename As System.String _
) As SqlAssemblyFilePair
public new SqlAssemblyFilePair this[ 
   System.string filename
]; {get;}
public: __property new SqlAssemblyFilePair* get_Item   System.string* filename
;

Parameters

filename
The assembly filename.

Property Value

A SqlAssemblyFilePair element with the specified filename or null if no element is found.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe filename 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

SqlAssemblyFilePairCollection Class
SqlAssemblyFilePairCollection Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback