Bagikan melalui


ServerDdlTriggerEventSet.AddSignatureSchemaObject Property

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

Syntax

'Declaration
Public Property AddSignatureSchemaObject As Boolean
    Get
    Set
'Usage
Dim instance As ServerDdlTriggerEventSet
Dim value As Boolean

value = instance.AddSignatureSchemaObject

instance.AddSignatureSchemaObject = value
public bool AddSignatureSchemaObject { get; set; }
public:
property bool AddSignatureSchemaObject {
    bool get ();
    void set (bool value);
}
member AddSignatureSchemaObject : bool with get, set
function get AddSignatureSchemaObject () : boolean
function set AddSignatureSchemaObject (value : boolean)

Property Value

Type: System.Boolean