TableID propriété
Gets or sets the table identifier associated with an IncrementalProcessingNotification object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property TableID As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
The table identifier.