Partager via


Propriété ObjectReference.TraceID

Gets or sets the trace identifier for the object referenced.

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

Syntaxe

'Déclaration
Public Property TraceID As String 
    Get 
    Set
'Utilisation
Dim instance As ObjectReference 
Dim value As String 

value = instance.TraceID

instance.TraceID = value
public string TraceID { get; set; }
public:
property String^ TraceID {
    String^ get ();
    void set (String^ value);
}
member TraceID : string with get, set
function get TraceID () : String 
function set TraceID (value : String)

Valeur de propriété

Type : System.String
A trace identifier.

Voir aussi

Référence

ObjectReference Classe

Espace de noms Microsoft.AnalysisServices