Condividi tramite


Proprietà BeginDialogStatement.ContractName

Ottiene o imposta il contratto seguito dalla conversazione.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property ContractName As TSqlFragment
    Get
    Set
public TSqlFragment ContractName { get; set; }
public:
property TSqlFragment^ ContractName {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
member ContractName : TSqlFragment with get, set
function get ContractName () : TSqlFragment
function set ContractName (value : TSqlFragment)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Restituisce un elemento TSqlFragment.

Note

Facoltativo, può essere un elemento Identifier o SchemaObjectName.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BeginDialogStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql