Méthode IMajorObject.WriteRef
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Writes a reference for the IMajorObject.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Sub WriteRef ( _
writer As XmlWriter _
)
'Utilisation
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
)
Paramètres
- writer
Type : System.Xml.XmlWriter
The writer.