Partager via


Méthode Scripter.WriteCreate

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 scrip to create a Scripter object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared Sub WriteCreate ( _
    xmlWriter As XmlWriter, _
    parent As IMajorObject, _
    obj As IMajorObject, _
    fullExpanded As Boolean, _
    allowOverwrite As Boolean _
)
'Utilisation
Dim xmlWriter As XmlWriter 
Dim parent As IMajorObject 
Dim obj As IMajorObject 
Dim fullExpanded As Boolean 
Dim allowOverwrite As Boolean 

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

Paramètres

  • fullExpanded
    Type : System.Boolean
    true to expand completely; otherwise, false.
  • allowOverwrite
    Type : System.Boolean
    true to allow overwrite; otherwise, false.

Voir aussi

Référence

Scripter Classe

Espace de noms Microsoft.AnalysisServices