Propriedade ProcedureParameter.IsVarying

Obtém ou define se VARYING é definido.

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

Sintaxe

'Declaração
Public Property IsVarying As Boolean
    Get
    Set
public bool IsVarying { get; set; }
public:
property bool IsVarying {
    bool get ();
    void set (bool value);
}
member IsVarying : bool with get, set
function get IsVarying () : boolean
function set IsVarying (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna VERDADEIRO se a variação é definido, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

ProcedureParameter Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql