CategoryBase.GetCatTypeName 메서드
Returns a String with the name of the specified category type.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Function GetCatTypeName ( _
ct As CategoryType _
) As String
‘사용 방법
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
매개 변수
- ct
유형: Microsoft.SqlServer.Management.Smo.Agent.CategoryType
A CategoryType object specifying the category type.
반환 값
유형: System.String
A String value that specifies the name of the category type: LOCAL, MULTI-SERVER, or NONE.