Partager via


ISqlSubroutineParameter.IsVarying, propriété

Obtient ou définit une valeur qui indique si le paramètre est VARYING.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property IsVarying As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlSubroutineParameter Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms