IDTSProject100.MatchPassword メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

プロジェクトのパスワードを照合します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Function MatchPassword ( _
    bstrPackagePassword As String _
) As Boolean
'使用
Dim instance As IDTSProject100 
Dim bstrPackagePassword As String 
Dim returnValue As Boolean 

returnValue = instance.MatchPassword(bstrPackagePassword)
bool MatchPassword(
    string bstrPackagePassword
)
bool MatchPassword(
    [InAttribute] String^ bstrPackagePassword
)
abstract MatchPassword : 
        bstrPackagePassword:string -> bool
function MatchPassword(
    bstrPackagePassword : String
) : boolean

パラメーター

  • bstrPackagePassword
    型: System.String
    パッケージ パスワードです。

戻り値

型: System.Boolean
照合されたパスワードです。

関連項目

参照

IDTSProject100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間