Compartir a través de


Utility.ISfcDomain.GetType(String) Método

Definición

Obtiene el Type de la utilidad.

 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

Parámetros

typeName
String

Valor de cadena que especifica el nombre del tipo.

Devoluciones

Un objeto Type.

Implementaciones

Se aplica a