言語

ScriptMaker.Script メソッド

定義

オーバーロード

名前 説明
Script(Urn[])

オブジェクト スクリプトを StringCollection にスクリプトアウトする

Script(SqlSmoObject[])

オブジェクト スクリプトを Stringcollection にスクリプトアウトする

Script(UrnCollection)

オブジェクト スクリプトを StringCollection にスクリプトアウトする

Script(Urn[], ISmoScriptWriter)

ライターにオブジェクト スクリプトをスクリプトアウトする

Script(Urn[])

オブジェクト スクリプトを StringCollection にスクリプトアウトする

public System.Collections.Specialized.StringCollection Script(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[] urns);
member this.Script : Microsoft.SqlServer.Management.Sdk.Sfc.Urn[] -> System.Collections.Specialized.StringCollection
Public Function Script (urns As Urn()) As StringCollection

パラメーター

urns
Urn[]

オブジェクトの urns

返品

適用対象

Script(SqlSmoObject[])

オブジェクト スクリプトを Stringcollection にスクリプトアウトする

public System.Collections.Specialized.StringCollection Script(Microsoft.SqlServer.Management.Smo.SqlSmoObject[] objects);
member this.Script : Microsoft.SqlServer.Management.Smo.SqlSmoObject[] -> System.Collections.Specialized.StringCollection
Public Function Script (objects As SqlSmoObject()) As StringCollection

パラメーター

objects
SqlSmoObject[]

スクリプトを作成するオブジェクト

返品

適用対象

Script(UrnCollection)

オブジェクト スクリプトを StringCollection にスクリプトアウトする

public System.Collections.Specialized.StringCollection Script(Microsoft.SqlServer.Management.Smo.UrnCollection list);
member this.Script : Microsoft.SqlServer.Management.Smo.UrnCollection -> System.Collections.Specialized.StringCollection
Public Function Script (list As UrnCollection) As StringCollection

パラメーター

list
UrnCollection

オブジェクトの urns を含む UrnCollection

返品

適用対象

Script(Urn[], ISmoScriptWriter)

ライターにオブジェクト スクリプトをスクリプトアウトする

public void Script(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[] urns, Microsoft.SqlServer.Management.Smo.ISmoScriptWriter writer);
member this.Script : Microsoft.SqlServer.Management.Sdk.Sfc.Urn[] * Microsoft.SqlServer.Management.Smo.ISmoScriptWriter -> unit
Public Sub Script (urns As Urn(), writer As ISmoScriptWriter)

パラメーター

urns
Urn[]

オブジェクトの urns

writer
ISmoScriptWriter

作家

適用対象