Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets an array of Strings that contains the restrictions to apply to the rowset that is returned.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Ensamblado: Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)
Sintaxis
'Declaración
Property Restrictions As String()
Get
Set
'Uso
Dim instance As IDTSForEachSchemaRowsetEnumerator
Dim value As String()
value = instance.Restrictions
instance.Restrictions = value
string[] Restrictions { get; set; }
property array<String^>^ Restrictions {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract Restrictions : string[] with get, set
function get Restrictions () : String[]
function set Restrictions (value : String[])
Valor de la propiedad
Tipo: array<System.String[]
A String array.
Comentarios
The restrictions filter the rowset that is returned.
Vea también
Referencia
IDTSForEachSchemaRowsetEnumerator Interfaz
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO