次の方法で共有


IDifferencer.IsTypeEmitted メソッド

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Function IsTypeEmitted ( _
    type As DiffType _
) As Boolean
'使用
Dim instance As IDifferencer 
Dim type As DiffType 
Dim returnValue As Boolean 

returnValue = instance.IsTypeEmitted(type)
bool IsTypeEmitted(
    DiffType type
)
bool IsTypeEmitted(
    DiffType type
)
abstract IsTypeEmitted : 
        type:DiffType -> bool
function IsTypeEmitted(
    type : DiffType
) : boolean

パラメーター

戻り値

型: System.Boolean
送出される場合は true、それ以外の場合は false。

関連項目

参照

IDifferencer インターフェイス

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