次の方法で共有


ScriptRename メソッド

データベース ファイルのスクリプトの名前を変更します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Protected Overrides Sub ScriptRename ( _
    renameQuery As StringCollection, _
    so As ScriptingOptions, _
    newName As String _
)
'使用
Dim renameQuery As StringCollection
Dim so As ScriptingOptions
Dim newName As String

Me.ScriptRename(renameQuery, so, newName)
protected override void ScriptRename(
    StringCollection renameQuery,
    ScriptingOptions so,
    string newName
)
protected:
virtual void ScriptRename(
    StringCollection^ renameQuery, 
    ScriptingOptions^ so, 
    String^ newName
) override
abstract ScriptRename : 
        renameQuery:StringCollection * 
        so:ScriptingOptions * 
        newName:string -> unit 
override ScriptRename : 
        renameQuery:StringCollection * 
        so:ScriptingOptions * 
        newName:string -> unit 
protected override function ScriptRename(
    renameQuery : StringCollection, 
    so : ScriptingOptions, 
    newName : String
)

パラメーター