TableNotification.DbTableName Property
Gets or sets the name of the table used by the TableNotification.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DbTableName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The name of the table used by the TableNotification.