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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.