SystemVariable Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
For more information, see Variable.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property SystemVariable As Boolean
Get
'Uso
Dim instance As VariableClass
Dim value As Boolean
value = instance.SystemVariable
public virtual bool SystemVariable { get; }
public:
virtual property bool SystemVariable {
bool get ();
}
abstract SystemVariable : bool
override SystemVariable : bool
function get SystemVariable () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
Implementa
Vea también