Propriété DsvTableBinding.TableID

Gets or sets the table unique identifier.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property TableID As String 
    Get 
    Set
'Utilisation
Dim instance As DsvTableBinding 
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 propriété

Type : System.String
A String with the table unique identifier.

Voir aussi

Référence

DsvTableBinding Classe

Espace de noms Microsoft.AnalysisServices