DeployedDac.GetChildCollection Method
Throws a UtilityException. There is no such collection.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Protected Overrides Function GetChildCollection ( _
elementType As String _
) As ISfcCollection
'Usage
Dim elementType As String
Dim returnValue As ISfcCollection
returnValue = Me.GetChildCollection(elementType)
protected override ISfcCollection GetChildCollection(
string elementType
)
protected:
virtual ISfcCollection^ GetChildCollection(
String^ elementType
) override
abstract GetChildCollection :
elementType:string -> ISfcCollection
override GetChildCollection :
elementType:string -> ISfcCollection
protected override function GetChildCollection(
elementType : String
) : ISfcCollection
Parameters
- elementType
Type: System.String
A string value that specifies the element type.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
A UtilityException object.