Метод 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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo
Другие ресурсы
Работа с объектами базы данных
Создание, изменение и удаление хранимых процедур