xSQL Schema Compare SDK for SQL Server version 12
FullyQualifyingName Property (SqlEntity)


Gets the fully-qualifying name for the entity.
Syntax
'Declaration
 
Public Overridable ReadOnly Property FullyQualifyingName As System.String
public virtual System.string FullyQualifyingName {get;}
public: __property virtual System.string* get_FullyQualifyingName();
Remarks
For level-1 objects like tables or views, the fully-qualifying name is the schema and name formatted as: schema.name. For level-2 objects like columns or indexes, the fully-qualifying name includes also the name of parent and it is formatted as: parent_schema.parent_name.object_name.
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

SqlEntity Class
SqlEntity Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback