ISfcCollection.Rename メソッド
指定した SfcInstance オブジェクトの名前を変更します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Sub Rename ( _
sfcInstance As SfcInstance, _
newKey As SfcKey _
)
'使用
Dim instance As ISfcCollection
Dim sfcInstance As SfcInstance
Dim newKey As SfcKey
instance.Rename(sfcInstance, newKey)
void Rename(
SfcInstance sfcInstance,
SfcKey newKey
)
void Rename(
SfcInstance^ sfcInstance,
SfcKey^ newKey
)
abstract Rename :
sfcInstance:SfcInstance *
newKey:SfcKey -> unit
function Rename(
sfcInstance : SfcInstance,
newKey : SfcKey
)
パラメーター
- sfcInstance
型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
名前を変更する SfcInstance オブジェクトです。
- newKey
型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
オブジェクトの新しいキーです。