Aracılığıyla paylaş


ServerRoleExtender.GeneralPageOnRunNow Property

Gets or sets the Object which represents the “General Page on Run Now” event handler.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<ExtendedPropertyAttribute> _
Public Property GeneralPageOnRunNow As Object
    Get
    Set
'Kullanım
Dim instance As ServerRoleExtender
Dim value As Object

value = instance.GeneralPageOnRunNow

instance.GeneralPageOnRunNow = value
[ExtendedPropertyAttribute]
public Object GeneralPageOnRunNow { get; set; }
[ExtendedPropertyAttribute]
public:
property Object^ GeneralPageOnRunNow {
    Object^ get ();
    void set (Object^ value);
}
[<ExtendedPropertyAttribute>]
member GeneralPageOnRunNow : Object with get, set
function get GeneralPageOnRunNow () : Object
function set GeneralPageOnRunNow (value : Object)

Property Value

Type: System.Object
The Object which represents the “General Page on Run Now” event handler.

See Also

Reference

ServerRoleExtender Class

Microsoft.SqlServer.Management.Smo Namespace