Compartir a través de


SqlSmoObject.GetChildType Método

Gets the type of a child element.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared Function GetChildType ( _
    objectName As String, _
    parentName As String _
) As Type
'Uso
Dim objectName As String 
Dim parentName As String 
Dim returnValue As Type 

returnValue = SqlSmoObject.GetChildType(objectName, _
    parentName)
public static Type GetChildType(
    string objectName,
    string parentName
)
public:
static Type^ GetChildType(
    String^ objectName, 
    String^ parentName
)
static member GetChildType : 
        objectName:string * 
        parentName:string -> Type
public static function GetChildType(
    objectName : String, 
    parentName : String
) : Type

Parámetros

  • objectName
    Tipo: System.String
    A string value that specifies the name of the object to get.
  • parentName
    Tipo: System.String
    A string value that specifies the name of the parent object.

Valor devuelto

Tipo: System.Type
A Type object.

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo