Share via


ProcedureParameter.IsVarying Property

Gets or sets whether VARYING is defined.

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

Syntax

'Declaration
Public Property IsVarying As Boolean
'Usage
Dim instance As ProcedureParameter 
Dim value As Boolean 

value = instance.IsVarying

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

Property Value

Type: System.Boolean
Returns True if VARYING is defined; otherwise, False.

.NET Framework Security

See Also

Reference

ProcedureParameter Class

ProcedureParameter Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace