Propriedade ISqlSubroutineParameter.IsVarying
Obtém ou define um valor que indica se o parâmetro é VARYING.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.