TableID 屬性
Gets or sets the table identifier associated with an IncrementalProcessingNotification object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property TableID As String
Get
Set
'用途
Dim instance As IncrementalProcessingNotification
Dim value As String
value = instance.TableID
instance.TableID = value
public string TableID { get; set; }
public:
property String^ TableID {
String^ get ();
void set (String^ value);
}
member TableID : string with get, set
function get TableID () : String
function set TableID (value : String)
屬性值
型別:System. . :: . .String
The table identifier.