ForEachSchemaRowsetEnumerator.Restrictions 속성
Gets or sets an array of Strings that contains the restrictions to apply to the rowset that is returned.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
어셈블리: Microsoft.SqlServer.ForEachADOEnumerator(Microsoft.SqlServer.ForEachADOEnumerator.dll)
구문
‘선언
Public Property Restrictions As String()
Get
Set
‘사용 방법
Dim instance As ForEachSchemaRowsetEnumerator
Dim value As String()
value = instance.Restrictions
instance.Restrictions = value
public string[] Restrictions { get; set; }
public:
virtual property array<String^>^ Restrictions {
array<String^>^ get () sealed;
void set (array<String^>^ value) sealed;
}
abstract Restrictions : string[] with get, set
override Restrictions : string[] with get, set
final function get Restrictions () : String[]
final function set Restrictions (value : String[])
속성 값
유형: array<System.String[]
A String array.
구현
IDTSForEachSchemaRowsetEnumerator.Restrictions
주의
The restrictions filter the rowset that is returned.