PackageNeutralClass.PasswordMatch 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Determines whether the specified password matches with the package password.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Public Overridable Function PasswordMatch ( _
bstrPackagePassword As String _
) As Boolean
‘사용 방법
Dim instance As PackageNeutralClass
Dim bstrPackagePassword As String
Dim returnValue As Boolean
returnValue = instance.PasswordMatch(bstrPackagePassword)
public virtual bool PasswordMatch(
string bstrPackagePassword
)
public:
virtual bool PasswordMatch(
[InAttribute] String^ bstrPackagePassword
)
abstract PasswordMatch :
bstrPackagePassword:string -> bool
override PasswordMatch :
bstrPackagePassword:string -> bool
public function PasswordMatch(
bstrPackagePassword : String
) : boolean
매개 변수
- bstrPackagePassword
유형: System.String
The password to match with the package password.
반환 값
유형: System.Boolean
true if the specified password matches with the package password; otherwise, false.
구현
IDTSProjectPackage100.PasswordMatch(String)
주의
For more information, see Package.