Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the schema name of the database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DbSchemaName As String
Get
Set
'Usage
Dim instance As TableBinding
Dim value As String
value = instance.DbSchemaName
instance.DbSchemaName = value
public string DbSchemaName { get; set; }
public:
property String^ DbSchemaName {
String^ get ();
void set (String^ value);
}
member DbSchemaName : string with get, set
function get DbSchemaName () : String
function set DbSchemaName (value : String)
Property Value
Type: System.String
The schema name of the database.