DisplaySchemaObjectName Property

Gets the Schema object name associated with this object for display.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property DisplaySchemaObjectName As String
    Get
    Private Set
'Usage
Dim instance As QueryResultsDocData
Dim value As String

value = instance.DisplaySchemaObjectName
public string DisplaySchemaObjectName { get; private set; }
public:
property String^ DisplaySchemaObjectName {
    String^ get ();
    private: void set (String^ value);
}
member DisplaySchemaObjectName : string with get, private set
function get DisplaySchemaObjectName () : String
private function set DisplaySchemaObjectName (value : String)

Property Value

Type: System..::..String

See Also

Reference

QueryResultsDocData Class

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace