Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the objects that the MajorObject references.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Overridable Function GetReferences ( _
references As Hashtable, _
forMajorChildrenAlso As Boolean _
) As Hashtable
'Uso
Dim instance As MajorObject
Dim references As Hashtable
Dim forMajorChildrenAlso As Boolean
Dim returnValue As Hashtable
returnValue = instance.GetReferences(references, _
forMajorChildrenAlso)
public virtual Hashtable GetReferences(
Hashtable references,
bool forMajorChildrenAlso
)
public:
virtual Hashtable^ GetReferences(
Hashtable^ references,
bool forMajorChildrenAlso
)
abstract GetReferences :
references:Hashtable *
forMajorChildrenAlso:bool -> Hashtable
override GetReferences :
references:Hashtable *
forMajorChildrenAlso:bool -> Hashtable
public function GetReferences(
references : Hashtable,
forMajorChildrenAlso : boolean
) : Hashtable
Parámetros
- references
Tipo: System.Collections.Hashtable
The Hashtable to append references to.
- forMajorChildrenAlso
Tipo: System.Boolean
true to also reference for major children; otherwise, false.
Valor devuelto
Tipo: System.Collections.Hashtable
The references Hashtable with objects that the data source references appended.