DatabaseReplicaStateCollection.Remove 메서드 (DatabaseReplicaState)

Removes the specified database role to the collection.

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

구문

‘선언
Public Sub Remove ( _
    DatabaseReplicaState As DatabaseReplicaState _
)
‘사용 방법
Dim instance As DatabaseReplicaStateCollection 
Dim DatabaseReplicaState As DatabaseReplicaState

instance.Remove(DatabaseReplicaState)
public void Remove(
    DatabaseReplicaState DatabaseReplicaState
)
public:
void Remove(
    DatabaseReplicaState^ DatabaseReplicaState
)
member Remove : 
        DatabaseReplicaState:DatabaseReplicaState -> unit
public function Remove(
    DatabaseReplicaState : DatabaseReplicaState
)

매개 변수

참고 항목

참조

DatabaseReplicaStateCollection 클래스

Remove 오버로드

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