Поделиться через


Свойство TableNotification.DbTableName

Gets or sets the name of the table used by the TableNotification.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property DbTableName As String 
    Get 
    Set
'Применение
Dim instance As TableNotification 
Dim value As String 

value = instance.DbTableName

instance.DbTableName = value
public string DbTableName { get; set; }
public:
property String^ DbTableName {
    String^ get ();
    void set (String^ value);
}
member DbTableName : string with get, set
function get DbTableName () : String 
function set DbTableName (value : String)

Значение свойства

Тип: System.String
The name of the table used by the TableNotification.

См. также

Справочник

TableNotification Класс

Пространство имен Microsoft.AnalysisServices