Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets an array of Strings that contains the restrictions to apply to the rowset that is returned.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly : Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)
Syntaxe
'Déclaration
Property Restrictions As String()
Get
Set
'Utilisation
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[])
Valeur de propriété
Type : array<System.String[]
A String array.
Notes
The restrictions filter the rowset that is returned.
Voir aussi
Référence
IDTSForEachSchemaRowsetEnumerator Interface
Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO