다음을 통해 공유


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.dll의 Microsoft.SqlServer.ForEachADOEnumerator

구문

‘선언
Property Restrictions As String()
    Get
    Set
‘사용 방법
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[])

속성 값

형식: array<System. . :: . .String> [] () [] []
A String array.

주의

The restrictions filter the rowset that is returned.