Freigeben über


BeginDialogStatement.IsConversation-Eigenschaft

Ruft ab oder legt fest, ob CONVERSATION angegeben wurde.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsConversation As Boolean
    Get
    Set
public bool IsConversation { get; set; }
public:
property bool IsConversation {
    bool get ();
    void set (bool value);
}
member IsConversation : bool with get, set
function get IsConversation () : boolean
function set IsConversation (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn CONVERSATION angegeben wurde, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

BeginDialogStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace