Metodo GetCatTypeName
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a String value that specifies the name of the category type.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Function GetCatTypeName ( _
ct As CategoryType _
) As String
'Utilizzo
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
Parametri
- ct
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .CategoryType
A CategoryType object.
Valore restituito
Tipo: System. . :: . .String
A String value that specifies the name of the category type: LOCAL, MULTI-SERVER, or NONE.
Vedere anche