ObjectReference.ResolveReference 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
ResolveReference(Database) |
Resolves an ObjectReference object with the specified database. |
ResolveReference(Server) |
Resolves an ObjectReference object with the specified server. |
ResolveReference(Database, Boolean) |
Resolves an ObjectReference object with the specified database with a force-load indication. |
ResolveReference(Server, Boolean) |
Resolves an ObjectReference object with the specified server with a force-load indication. |
ResolveReference(Database)
Resolves an ObjectReference object with the specified database.
public Microsoft.AnalysisServices.IMajorObject ResolveReference (Microsoft.AnalysisServices.Database database);
member this.ResolveReference : Microsoft.AnalysisServices.Database -> Microsoft.AnalysisServices.IMajorObject
Public Function ResolveReference (database As Database) As IMajorObject
Parameters
- database
- Database
The target database.
Returns
The object that was resolved from the reference.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.
Applies to
ResolveReference(Server)
Resolves an ObjectReference object with the specified server.
public Microsoft.AnalysisServices.IMajorObject ResolveReference (Microsoft.AnalysisServices.Server server);
member this.ResolveReference : Microsoft.AnalysisServices.Server -> Microsoft.AnalysisServices.IMajorObject
Public Function ResolveReference (server As Server) As IMajorObject
Parameters
- server
- Server
The target server.
Returns
The object that was resolved from the reference.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.
Applies to
ResolveReference(Database, Boolean)
Resolves an ObjectReference object with the specified database with a force-load indication.
public Microsoft.AnalysisServices.IMajorObject ResolveReference (Microsoft.AnalysisServices.Database database, bool forceLoad);
member this.ResolveReference : Microsoft.AnalysisServices.Database * bool -> Microsoft.AnalysisServices.IMajorObject
Public Function ResolveReference (database As Database, forceLoad As Boolean) As IMajorObject
Parameters
- database
- Database
The target database.
- forceLoad
- Boolean
true to force the object load; otherwise, false.
Returns
The object that was resolved from the reference.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.
Applies to
ResolveReference(Server, Boolean)
Resolves an ObjectReference object with the specified server with a force-load indication.
public Microsoft.AnalysisServices.IMajorObject ResolveReference (Microsoft.AnalysisServices.Server server, bool forceLoad);
member this.ResolveReference : Microsoft.AnalysisServices.Server * bool -> Microsoft.AnalysisServices.IMajorObject
Public Function ResolveReference (server As Server, forceLoad As Boolean) As IMajorObject
Parameters
- server
- Server
The target server.
- forceLoad
- Boolean
true to force the object load; otherwise, false.
Returns
The object that was resolved from the reference.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.