Utility.ISfcDomain.GetType(String) Method

Definition

Gets the Type of the utility.

 virtual Type ^ Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain.GetType(System::String ^ typeName) = Microsoft::SqlServer::Management::Sdk::Sfc::ISfcDomain::GetType;
Type ISfcDomain.GetType (string typeName);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain.GetType : string -> Type
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain.GetType : string -> Type
Function GetType (typeName As String) As Type Implements ISfcDomain.GetType

Parameters

typeName
String

A string value that specifies the name of the type.

Returns

A Type object.

Implements

Applies to