xSQL Schema Compare SDK for SQL Server version 12
SqlDataFilePair Constructor


The left member.
The right member.
The parent filegroup to which the pair belongs.
Initializes a new instance of the SqlDataFilePair class with the specified data file members and parent filegroup.
Syntax
'Declaration
 
Public Function New( _
   ByVal leftFile As SqlDataFile, _
   ByVal rightFile As SqlDataFile, _
   ByVal parentPair As SqlFileGroupPair _
)
public SqlDataFilePair( 
   SqlDataFile leftFile,
   SqlDataFile rightFile,
   SqlFileGroupPair parentPair
)
public: SqlDataFilePair( 
   SqlDataFile* leftFile,
   SqlDataFile* rightFile,
   SqlFileGroupPair* parentPair
)

Parameters

leftFile
The left member.
rightFile
The right member.
parentPair
The parent filegroup to which the pair belongs.
Exceptions
ExceptionDescription
System.ArgumentNullException

The parameter leftFile and rightFile are both null

or

The parameter parentPair 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

SqlDataFilePair Class
SqlDataFilePair Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback