Share via


ISqlSubroutineParameter.IsVarying Property

Gets or sets a value that indicates whether the parameter is VARYING.

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

Syntax

'Declaration
Property IsVarying As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlSubroutineParameter Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace