Compartilhar via


Propriedade ISqlSubroutineParameter.IsVarying

Obtém ou define um valor que indica se o parâmetro é VARYING.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlSubroutineParameter Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel