Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a String with the name of the specified category type.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function GetCatTypeName ( _
ct As CategoryType _
) As String
'Usage
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
Parameters
- ct
Type: Microsoft.SqlServer.Management.Smo.Agent.CategoryType
A CategoryType object specifying the category type.
Return Value
Type: System.String
A String value that specifies the name of the category type: LOCAL, MULTI-SERVER, or NONE.