Dela via


BeginDialogStatement.IsConversation Property

Gets or sets whether CONVERSATION is specified.

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
'Usage
Dim instance As BeginDialogStatement 
Dim value As Boolean 

value = instance.IsConversation

instance.IsConversation = value
public bool IsConversation { get; set; }
public:
property bool IsConversation {
    bool get ();
    void set (bool value);
}
public function get IsConversation () : boolean 
public function set IsConversation (value : boolean)

Property Value

Type: System.Boolean
Returns TRUE, if CONVERSATION was specified, FALSE otherwise.

.NET Framework Security

See Also

Reference

BeginDialogStatement Class

BeginDialogStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace