Propriedade do RDL IMajorObject.ObjectReference
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the object reference implementation of the IMajorObject.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
ReadOnly Property ObjectReference As ObjectReference
Get
'Uso
Dim instance As IMajorObject
Dim value As ObjectReference
value = instance.ObjectReference
ObjectReference ObjectReference { get; }
property ObjectReference^ ObjectReference {
ObjectReference^ get ();
}
abstract ObjectReference : ObjectReference
function get ObjectReference () : ObjectReference
Valor da propriedade
Tipo: Microsoft.AnalysisServices.ObjectReference
The object reference implementation.