ProcedureParameter.IsVarying Property
Gets or sets whether VARYING is defined.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsVarying As Boolean
Get
Set
'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);
}
member IsVarying : bool with get, set
function get IsVarying () : boolean
function set IsVarying (value : boolean)
Property Value
Type: System.Boolean
True if VARYING is defined; otherwise, false.