Database.EnumMatchingSPs 메서드 (String)

Enumerates a list of stored procedures that contain the specified string in the definition.

네임스페이스:  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
    A String value that specifies the text to find a match for in the stored procedure definition.

반환 값

유형: Microsoft.SqlServer.Management.Smo.UrnCollection
A UrnCollection object value that contains a list of matching stored procedures for the database.

주의

The stored procedure is defined in the TextBody property.

참고 항목

참조

Database 클래스

EnumMatchingSPs 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

데이터베이스 개체 작업

저장 프로시저 생성, 변경 및 제거

데이터베이스 생성, 변경 및 제거

CREATE DATABASE(Transact-SQL)