IMajorObject.WriteRef 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Writes a reference for the IMajorObject.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Sub WriteRef ( _
    writer As XmlWriter _
)
用法
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
)

参数

请参阅

参考

IMajorObject 接口

Microsoft.AnalysisServices 命名空间