Compartir a través de


CategoryBase.GetCatTypeName Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Function GetCatTypeName ( _
    ct As CategoryType _
) As String
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

CategoryBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent