ISqlSubroutineParameter.IsVarying Property

Gets or sets whether the parameter is varying.

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

Syntax

'Declaration
Property IsVarying As Boolean
    Get
    Set
'Usage
Dim instance As ISqlSubroutineParameter
Dim value As Boolean

value = instance.IsVarying

instance.IsVarying = value
bool IsVarying { get; set; }
property bool IsVarying {
    bool get ();
    void set (bool value);
}
function get IsVarying () : boolean
function set IsVarying (value : boolean)
abstract IsVarying : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlSubroutineParameter Interface

ISqlSubroutineParameter Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace