HasPassword 속성
Gets a value that specifies whether an upgraded Integration Services package is password protected.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
Public ReadOnly Property HasPassword As Boolean
Get
‘사용 방법
Dim instance As UpgradePackageInfo
Dim value As Boolean
value = instance.HasPassword
public bool HasPassword { get; }
public:
property bool HasPassword {
bool get ();
}
member HasPassword : bool
function get HasPassword () : boolean
속성 값
형식: System. . :: . .Boolean
A value that specifies whether an upgraded package is encrypted with a password.