다음을 통해 공유


EnumMatchingSPs 메서드 (String)

지정한 문자열이 정의에 포함된 저장 프로시저 목록을 열거합니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function EnumMatchingSPs ( _
    description As String _
) As UrnCollection
‘사용 방법
Dim instance As Database
Dim description As String
Dim returnValue As UrnCollection

returnValue = instance.EnumMatchingSPs(description)
public UrnCollection EnumMatchingSPs(
    string description
)
public:
UrnCollection^ EnumMatchingSPs(
    String^ description
)
member EnumMatchingSPs : 
        description:string -> UrnCollection 
public function EnumMatchingSPs(
    description : String
) : UrnCollection

매개 변수

  • description
    유형: System. . :: . .String
    저장 프로시저 정의에서 일치 항목을 찾을 텍스트를 지정하는 String 값입니다.

반환 값

유형: Microsoft.SqlServer.Management.Smo. . :: . .UrnCollection
데이터베이스에 대한 일치하는 저장 프로시저 목록을 포함하는 UrnCollection 개체 값입니다.

주의

The stored procedure is defined in the TextBody property.