ProcedureParameter.IsVarying-Eigenschaft

Ruft ab oder legt fest, ob VARYING definiert wird.

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
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn VARYING definiert wird, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

ProcedureParameter Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace