Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Permits the unencrypted information to save.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub PermitUnencryptedSave ( _
vbPermit As Boolean _
)
'Usage
Dim instance As PackageNeutralClass
Dim vbPermit As Boolean
instance.PermitUnencryptedSave(vbPermit)
public virtual void PermitUnencryptedSave(
bool vbPermit
)
public:
virtual void PermitUnencryptedSave(
[InAttribute] bool vbPermit
)
abstract PermitUnencryptedSave :
vbPermit:bool -> unit
override PermitUnencryptedSave :
vbPermit:bool -> unit
public function PermitUnencryptedSave(
vbPermit : boolean
)
Parameters
- vbPermit
Type: System.Boolean
true to permit unencrypted information to save; otherwise, false.
Implements
IDTSPackage100.PermitUnencryptedSave(Boolean)
Remarks
For more information, see Package.