Propriété TableBinding.DbSchemaName

Gets or sets the schema name of the database.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property DbSchemaName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The schema name of the database.

Voir aussi

Référence

TableBinding Classe

Espace de noms Microsoft.AnalysisServices