Delen via


ServerDdlTriggerEventSet.CreateFunction Property

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

Syntax

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

value = instance.CreateFunction

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

Property Value

Type: System.Boolean