DatabaseReplicaStateCollection.Add 메서드
Adds the specified database role to the collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Add ( _
DatabaseReplicaState As DatabaseReplicaState _
)
‘사용 방법
Dim instance As DatabaseReplicaStateCollection
Dim DatabaseReplicaState As DatabaseReplicaState
instance.Add(DatabaseReplicaState)
public void Add(
DatabaseReplicaState DatabaseReplicaState
)
public:
void Add(
DatabaseReplicaState^ DatabaseReplicaState
)
member Add :
DatabaseReplicaState:DatabaseReplicaState -> unit
public function Add(
DatabaseReplicaState : DatabaseReplicaState
)
매개 변수
- DatabaseReplicaState
유형: Microsoft.SqlServer.Management.Smo.DatabaseReplicaState
DatabaseReplicaState object.