Aracılığıyla paylaş


SequenceExtender.ExtendedPropertyPageIsDirty Property

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

Syntax

'Bildirim
<ExtendedPropertyAttribute> _
Public Property ExtendedPropertyPageIsDirty As Boolean
    Get
    Set
'Kullanım
Dim instance As SequenceExtender
Dim value As Boolean

value = instance.ExtendedPropertyPageIsDirty

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

Property Value

Type: System.Boolean

See Also

Reference

SequenceExtender Class

Microsoft.SqlServer.Management.Smo Namespace