Propriedade do RDL TraceID
Gets or sets the trace identifier for the object referenced.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property TraceID As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
A trace identifier.