Méthode GetCatTypeName
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a String value that specifies the name of the 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
- ct
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .CategoryType
A CategoryType object.
Valeur de retour
Type : System. . :: . .String
A String value that specifies the name of the category type: LOCAL, MULTI-SERVER, or NONE.