Compartilhar via


Propriedade do RDL TableNotification.DbTableName

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property DbTableName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The name of the table used by the TableNotification.

Consulte também

Referência

TableNotification Classe

Namespace Microsoft.AnalysisServices