SqlSchemaObjectName Property

Gets {insert text here}.

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

Syntax

'Declaration
Public ReadOnly Property SqlSchemaObjectName As String
    Get
'Usage
Dim instance As QueryResultsPresenter
Dim value As String

value = instance.SqlSchemaObjectName
public string SqlSchemaObjectName { get; }
public:
property String^ SqlSchemaObjectName {
    String^ get ();
}
member SqlSchemaObjectName : string
function get SqlSchemaObjectName () : String

Property Value

Type: System..::..String

See Also

Reference

QueryResultsPresenter Class

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