Метод CategoryBase.GetCatTypeName

Returns a String with the name of the specified category type.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Protected Function GetCatTypeName ( _
    ct As CategoryType _
) As String
'Применение
Dim ct As CategoryType 
Dim returnValue As String 

returnValue = Me.GetCatTypeName(ct)
protected string GetCatTypeName(
    CategoryType ct
)
protected:
String^ GetCatTypeName(
    CategoryType ct
)
member GetCatTypeName : 
        ct:CategoryType -> string
protected function GetCatTypeName(
    ct : CategoryType
) : String

Параметры

Возвращаемое значение

Тип: System.String
A String value that specifies the name of the category type: LOCAL, MULTI-SERVER, or NONE.

См. также

Справочник

CategoryBase Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Agent