xSQL Schema Compare SDK for SQL Server version 12
GetParsedDefinition Method


Indicates whether the object name should be removed from definition.
Indicates whether the T-SQL comments should be removed from the definition.
Indicates whether white spaces should be removed from the definition.
Returns the definition parsed according to the specified options.
Syntax
'Declaration
 
Public Function GetParsedDefinition( _
   ByVal ignoreName As System.Boolean, _
   ByVal ignoreComments As System.Boolean, _
   ByVal ignoreSpaces As System.Boolean _
) As System.String
public System.string GetParsedDefinition( 
   System.bool ignoreName,
   System.bool ignoreComments,
   System.bool ignoreSpaces
)
public: System.string* GetParsedDefinition( 
   System.bool ignoreName,
   System.bool ignoreComments,
   System.bool ignoreSpaces
) 

Parameters

ignoreName
Indicates whether the object name should be removed from definition.
ignoreComments
Indicates whether the T-SQL comments should be removed from the definition.
ignoreSpaces
Indicates whether white spaces should be removed from the definition.

Return Value

A string that contains the parsed definition.
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

SqlDefinition Class
SqlDefinition Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback