Database.EnumMatchingSPs 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| EnumMatchingSPs(String, Boolean) |
EnumMatchingSPs 메서드는 지정된 검색 텍스트를 포함하는 저장 프로시저를 열거하는 QueryResults 개체를 반환합니다. |
| EnumMatchingSPs(String) |
EnumMatchingSPs 메서드는 지정된 검색 텍스트를 포함하는 저장 프로시저를 열거하는 QueryResults 개체를 반환합니다. |
EnumMatchingSPs(String, Boolean)
EnumMatchingSPs 메서드는 지정된 검색 텍스트를 포함하는 저장 프로시저를 열거하는 QueryResults 개체를 반환합니다.
public Microsoft.SqlServer.Management.Smo.UrnCollection EnumMatchingSPs(string description, bool includeSystem);
member this.EnumMatchingSPs : string * bool -> Microsoft.SqlServer.Management.Smo.UrnCollection
Public Function EnumMatchingSPs (description As String, includeSystem As Boolean) As UrnCollection
매개 변수
- description
- String
검색할 텍스트
- includeSystem
- Boolean
검색에 시스템 저장 프로시저를 포함할지 여부입니다. 기본값은 false입니다.
반품
적용 대상
EnumMatchingSPs(String)
EnumMatchingSPs 메서드는 지정된 검색 텍스트를 포함하는 저장 프로시저를 열거하는 QueryResults 개체를 반환합니다.
public Microsoft.SqlServer.Management.Smo.UrnCollection EnumMatchingSPs(string description);
member this.EnumMatchingSPs : string -> Microsoft.SqlServer.Management.Smo.UrnCollection
Public Function EnumMatchingSPs (description As String) As UrnCollection
매개 변수
- description
- String