Propriedade do RDL ObjectID
Gets the object identifier associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property ObjectID As String
Get
'Uso
Dim instance As TraceEventArgs
Dim value As String
value = instance.ObjectID
public string ObjectID { get; }
public:
property String^ ObjectID {
String^ get ();
}
member ObjectID : string
function get ObjectID () : String
Valor da propriedade
Tipo: System. . :: . .String
The object identifier.