Compartir a través de


ISqlSubroutineParameter.IsVarying (Propiedad)

Obtiene o establece un valor que indica si el parámetro es VARYING.

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

Sintaxis

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

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlSubroutineParameter Interfaz

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