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
)
參數
- writer
型別:System.Xml.XmlWriter
The writer.