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.
Gets or sets a value that indicates whether the script generated is in Unicode format.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property GenerateScriptsInUnicode As Boolean
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.GenerateScriptsInUnicode
instance.GenerateScriptsInUnicode = value
bool GenerateScriptsInUnicode { get; set; }
property bool GenerateScriptsInUnicode {
bool get ();
void set (bool value);
}
abstract GenerateScriptsInUnicode : bool with get, set
function get GenerateScriptsInUnicode () : boolean
function set GenerateScriptsInUnicode (value : boolean)
Property Value
Type: System.Boolean
true if the script is in Unicode format; otherwise, false.
See Also
Reference
ITransferSqlServerObjectsTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace