Alter メソッド (String, String)

SQL Server のインスタンスでの Credential オブジェクトのプロパティに対する変更をすべて更新します。

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

構文

'宣言
Public Sub Alter ( _
    identity As String, _
    secret As String _
)
'使用
Dim instance As Credential
Dim identity As String
Dim secret As String

instance.Alter(identity, secret)
public void Alter(
    string identity,
    string secret
)
public:
void Alter(
    String^ identity, 
    String^ secret
)
member Alter : 
        identity:string * 
        secret:string -> unit 
public function Alter(
    identity : String, 
    secret : String
)

パラメーター

説明

Alter メソッドは、Credential オブジェクトの作成後、または最後の Alter ステートメントの後に Credential オブジェクトのプロパティに対して行われたすべての変更を更新します。変更が結合され、SQL Server のインスタンスへの 1 回のネットワーク トリップで SQL Server のインスタンスに送信されます。