ISmoScriptWriter.ScriptObject(IEnumerable<String>, Urn) メソッド

定義

オブジェクトのスクリプト行の完全なセットを使用して呼び出されます。

public void ScriptObject(System.Collections.Generic.IEnumerable<string> script, Microsoft.SqlServer.Management.Sdk.Sfc.Urn obj);
abstract member ScriptObject : seq<string> * Microsoft.SqlServer.Management.Sdk.Sfc.Urn -> unit
Public Sub ScriptObject (script As IEnumerable(Of String), obj As Urn)

パラメーター

script
IEnumerable<String>

データベース項目のスクリプトを含む文字列の列挙可能なコレクション。

obj
Urn

<seealso cref="T:Microsoft。スクリプト化されているオブジェクトを識別する SqlServer.Management.Sdk.Sfc.Urn"></seealso>。

適用対象