Condividi tramite


Metodo DatabaseReplicaStateCollection.Remove (DatabaseReplicaState)

Removes the specified database role to the collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    DatabaseReplicaState As DatabaseReplicaState _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

DatabaseReplicaStateCollection Classe

Overload Remove

Spazio dei nomi Microsoft.SqlServer.Management.Smo