Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the group action type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ActionType As AlterAvailabilityGroupActionType
Get
Set
'Usage
Dim instance As AlterAvailabilityGroupAction
Dim value As AlterAvailabilityGroupActionType
value = instance.ActionType
instance.ActionType = value
public AlterAvailabilityGroupActionType ActionType { get; set; }
public:
property AlterAvailabilityGroupActionType ActionType {
AlterAvailabilityGroupActionType get ();
void set (AlterAvailabilityGroupActionType value);
}
member ActionType : AlterAvailabilityGroupActionType with get, set
function get ActionType () : AlterAvailabilityGroupActionType
function set ActionType (value : AlterAvailabilityGroupActionType)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.AlterAvailabilityGroupActionType
The group action type.