Compartir a través de


BeginDialogStatement.IsConversation (Propiedad)

Obtiene o establece si se especifica CONVERSATION.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
Devuelve True si se especificó CONVERSATION, False de lo contrario.

Seguridad de .NET Framework

Vea también

Referencia

BeginDialogStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)