Partilhar via


Propriedade BeginDialogStatement.IsConversation

Obtém ou define se a conversação é especificada.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se a CONVERSA foi especificado, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

BeginDialogStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql