ObjectReference.ResolveObjectReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ResolveObjectReference(Server, ObjectReference) |
Resolves an ObjectReference object with the specified database and object reference. |
ResolveObjectReference(Database, ObjectReference) |
Resolves an ObjectReference object with the specified database and object reference. |
ResolveObjectReference(Server, ObjectReference)
Resolves an ObjectReference object with the specified database and object reference.
public static Microsoft.AnalysisServices.Tabular.IMajorObject ResolveObjectReference (Microsoft.AnalysisServices.Tabular.Server server, Microsoft.AnalysisServices.Tabular.ObjectReference objectReference);
static member ResolveObjectReference : Microsoft.AnalysisServices.Tabular.Server * Microsoft.AnalysisServices.Tabular.ObjectReference -> Microsoft.AnalysisServices.Tabular.IMajorObject
Public Shared Function ResolveObjectReference (server As Server, objectReference As ObjectReference) As IMajorObject
Parameters
- server
- Server
Name of the server.
- objectReference
- ObjectReference
An ID-based reference of the object.
Returns
An ObjectReference object with the specified database and object reference.
Applies to
ResolveObjectReference(Database, ObjectReference)
Resolves an ObjectReference object with the specified database and object reference.
public static Microsoft.AnalysisServices.Tabular.IMajorObject ResolveObjectReference (Microsoft.AnalysisServices.Tabular.Database database, Microsoft.AnalysisServices.Tabular.ObjectReference objectReference);
static member ResolveObjectReference : Microsoft.AnalysisServices.Tabular.Database * Microsoft.AnalysisServices.Tabular.ObjectReference -> Microsoft.AnalysisServices.Tabular.IMajorObject
Public Shared Function ResolveObjectReference (database As Database, objectReference As ObjectReference) As IMajorObject
Parameters
- database
- Database
Name of the database.
- objectReference
- ObjectReference
An ID-based reference of the object.
Returns
An ObjectReference object with the specified database and object reference.