ConnectionInfo.RestrictCatalog Property

 

Applies To: SQL Server 2016 Preview

Gets the restrict catalog associated with the connection.

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

Syntax

public string RestrictCatalog { get; }
public:
property String^ RestrictCatalog {
    String^ get();
}
member RestrictCatalog : string with get
Public ReadOnly Property RestrictCatalog As String

Property Value

Type: System.String

The restrict catalog associated with the connection.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top