TableBinding.DbSchemaName 属性

Gets or sets the schema name of the database.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property DbSchemaName As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
The schema name of the database.

请参阅

参考

TableBinding 类

Microsoft.AnalysisServices 命名空间