SfcCollection<T, K, ParentT>.ISfcCollection.Rename メソッド

指定したオブジェクトの名前を変更します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Private Sub Rename ( _
    sfcInstance As SfcInstance, _
    newKey As SfcKey _
) Implements ISfcCollection.Rename
'使用
Dim instance As SfcCollection 
Dim sfcInstance As SfcInstance 
Dim newKey As SfcKey 

CType(instance, ISfcCollection).Rename(sfcInstance, _
    newKey)
void ISfcCollection.Rename(
    SfcInstance sfcInstance,
    SfcKey newKey
)
private:
virtual void Rename(
    SfcInstance^ sfcInstance, 
    SfcKey^ newKey
) sealed = ISfcCollection::Rename
private abstract Rename : 
        sfcInstance:SfcInstance * 
        newKey:SfcKey -> unit  
private override Rename : 
        sfcInstance:SfcInstance * 
        newKey:SfcKey -> unit
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

実装

ISfcCollection.Rename(SfcInstance, SfcKey)

関連項目

参照

SfcCollection<T, K, ParentT> クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間