次の方法で共有


WriteAlter メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Shared Sub WriteAlter ( _
    xmlWriter As XmlWriter, _
    obj As IMajorObject, _
    fullExpanded As Boolean, _
    allowCreate As Boolean _
)
'使用
Dim xmlWriter As XmlWriter
Dim obj As IMajorObject
Dim fullExpanded As Boolean
Dim allowCreate As Boolean

Scripter.WriteAlter(xmlWriter, obj, fullExpanded, _
    allowCreate)
public static void WriteAlter(
    XmlWriter xmlWriter,
    IMajorObject obj,
    bool fullExpanded,
    bool allowCreate
)
public:
static void WriteAlter(
    XmlWriter^ xmlWriter, 
    IMajorObject^ obj, 
    bool fullExpanded, 
    bool allowCreate
)
static member WriteAlter : 
        xmlWriter:XmlWriter * 
        obj:IMajorObject * 
        fullExpanded:bool * 
        allowCreate:bool -> unit 
public static function WriteAlter(
    xmlWriter : XmlWriter, 
    obj : IMajorObject, 
    fullExpanded : boolean, 
    allowCreate : boolean
)

パラメーター