Método GetCatTypeName
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a String value that specifies the name of the category type.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
- ct
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .CategoryType
A CategoryType object.
Valor de retorno
Tipo: System. . :: . .String
A String value that specifies the name of the category type: LOCAL, MULTI-SERVER, or NONE.