Expand Minimize
This topic has not yet been rated - Rate this topic

SqlSmoObject.GetChildType Method

Gets the type of a child element.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static Type GetChildType(
	string objectName,
	string parentName
)

Parameters

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

Return Value

Type: System.Type
A Type object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.