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.