TableBinding.DbSchemaName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the schema name of the database.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
public string DbSchemaName { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
property String^ DbSchemaName {
    String^ get();
    void set(String^ value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
member DbSchemaName : string with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(IsNullable := False)>
Public Property DbSchemaName As String

Property Value

Type: System.String

The schema name of the database.

See Also

TableBinding Class
Microsoft.AnalysisServices Namespace

Return to top