หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the types of partner alter database options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration PartnerDatabaseOptionKind
'Usage
Dim instance As PartnerDatabaseOptionKind
public enum PartnerDatabaseOptionKind
public enum class PartnerDatabaseOptionKind
type PartnerDatabaseOptionKind
public enum PartnerDatabaseOptionKind
Members
| Member name | Description | |
|---|---|---|
| Failover | The Option is Failover. | |
| ForceServiceAllowDataLoss | The Option is ForceServiceAllowDataLoss. | |
| None | The Option is None. | |
| Off | The Option is Off. | |
| PartnerServer | The Option is PartnerServer. | |
| Resume | The Option is Resume. | |
| SafetyFull | The Option is SafetyFull. | |
| SafetyOff | The Option is SafetyOff. | |
| Suspend | The Option is Suspend. | |
| Timeout | The Option is Timeout. |