UpgradePackageInfo.HasPassword 属性

Gets a value that specifies whether an upgraded Integration Services package is password protected.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
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.

请参阅

参考

UpgradePackageInfo 类

Microsoft.SqlServer.Dts.Runtime 命名空间