共用方式為


DeployedDac.GetChildCollection 方法

Throws a UtilityException. There is no such collection.

命名空間:  Microsoft.SqlServer.Management.Utility
組件:  Microsoft.SqlServer.Management.Utility (在 Microsoft.SqlServer.Management.Utility.dll 中)

語法

'宣告
Protected Overrides Function GetChildCollection ( _
    elementType As String _
) As ISfcCollection
'用途
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

參數

  • elementType
    型別:System.String
    A string value that specifies the element type.

傳回值

型別:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
A UtilityException object.

請參閱

參考

DeployedDac 類別

Microsoft.SqlServer.Management.Utility 命名空間