다음을 통해 공유


DatabaseReplicaStateCollection.Remove 메서드 (String, String)

Removes a DatabaseReplicaState object in the collection by name.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub Remove ( _
    replicaName As String, _
    name As String _
)
‘사용 방법
Dim instance As DatabaseReplicaStateCollection 
Dim replicaName As String 
Dim name As String

instance.Remove(replicaName, name)
public void Remove(
    string replicaName,
    string name
)
public:
void Remove(
    String^ replicaName, 
    String^ name
)
member Remove : 
        replicaName:string * 
        name:string -> unit
public function Remove(
    replicaName : String, 
    name : String
)

매개 변수

참고 항목

참조

DatabaseReplicaStateCollection 클래스

Remove 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스