Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the unencrypted permit.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub PermitUnencryptedSave ( _
vbPermit As Boolean _
)
'Usage
Dim instance As IDTSPackage100
Dim vbPermit As Boolean
instance.PermitUnencryptedSave(vbPermit)
void PermitUnencryptedSave(
bool vbPermit
)
void PermitUnencryptedSave(
[InAttribute] bool vbPermit
)
abstract PermitUnencryptedSave :
vbPermit:bool -> unit
function PermitUnencryptedSave(
vbPermit : boolean
)
Parameters
- vbPermit
Type: System.Boolean
true if the permit is unencrypted; otherwise, false.
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.