SfcCollection<T, K, ParentT>.ISfcCollection.GetCollectionElementNameImpl メソッド

コレクション内の要素の URN サフィックスを取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Private Function GetCollectionElementNameImpl As String 
    Implements ISfcCollection.GetCollectionElementNameImpl
'使用
Dim instance As SfcCollection 
Dim returnValue As String 

returnValue = CType(instance, ISfcCollection).GetCollectionElementNameImpl()
string ISfcCollection.GetCollectionElementNameImpl()
private:
virtual String^ GetCollectionElementNameImpl() sealed = ISfcCollection::GetCollectionElementNameImpl
private abstract GetCollectionElementNameImpl : unit -> string  
private override GetCollectionElementNameImpl : unit -> string
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

戻り値

型: System.String
コレクション内の要素の URN サフィックです。

実装

ISfcCollection.GetCollectionElementNameImpl()

関連項目

参照

SfcCollection<T, K, ParentT> クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間