IntegrationServices.ISfcDomain.GetType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the type.
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
The name of the type.
Returns
The type.