ConnectionInfo.RestrictCatalog Property
Applies To: SQL Server (starting with 2016)
Do not reference this member directly in your code. It supports the Analysis Services infrastructure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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
See Also
ConnectionInfo Class
Microsoft.AnalysisServices Namespace
Return to top