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


The left member of the mapping. A null value is accepted.
The right member of the mapping. A null value is accepted.
Gets the FileGroupMapping element with the specified filegroup members.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal leftFileGroup As System.String, _
   ByVal rightFileGroup As System.String _
) As FileGroupMapping
public new FileGroupMapping Item( 
   System.string leftFileGroup,
   System.string rightFileGroup
) {get;}
public: __property new FileGroupMapping* get_Item( 
   System.string* leftFileGroup,
   System.string* rightFileGroup
);

Parameters

leftFileGroup
The left member of the mapping. A null value is accepted.
rightFileGroup
The right member of the mapping. A null value is accepted.

Property Value

A FileGroupMapping element with the specified filegroup members.
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

FileGroupMappingCollection Class
FileGroupMappingCollection Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback