Partager via


Propriété BeginDialogStatement.IsConversation

Gets or sets a value that indicates whether CONVERSATION is specified.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IsConversation As Boolean 
    Get 
    Set
'Utilisation
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);
}
member IsConversation : bool with get, set
function get IsConversation () : boolean 
function set IsConversation (value : boolean)

Valeur de propriété

Type : System.Boolean
True if CONVERSATION was specified; otherwise, false.

Voir aussi

Référence

BeginDialogStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom