Partager via


Méthode CategoryBase.GetCatTypeName

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Function GetCatTypeName ( _
    ct As CategoryType _
) As String
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

CategoryBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent