Método IMajorObject.WriteRef
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Writes a reference for the IMajorObject.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Sub WriteRef ( _
writer As XmlWriter _
)
'Uso
Dim instance As IMajorObject
Dim writer As XmlWriter
instance.WriteRef(writer)
void WriteRef(
XmlWriter writer
)
void WriteRef(
XmlWriter^ writer
)
abstract WriteRef :
writer:XmlWriter -> unit
function WriteRef(
writer : XmlWriter
)
Parâmetros
- writer
Tipo: System.Xml.XmlWriter
The writer.