ExportSqlServer Object

SQL Server export.

 

Properties

 

Application Application

Returns application. Read only.  

 

String ConnectionString

Sets or returns connection string. Read/write.  

 

String DefaultExtension

Returns default file extension. Read only.  

 

String Filter

Returns filter string. Read only.  

 

String Name

Returns file format name. Read only.  

 

Any Parent

Returns parent object. Read only.  

 

ConverterPropertySet PropertySet

Returns set of export properties. Read only.  

 

Methods

 

String BuildConnectionString(String server, String login, String password, String database)

Composes a connection string for SQL Server client. All arguments except server are optional.

 

Boolean CanExport(ComponentType type)

Returns True if exporter can save components of given type and False otherwise.  

 

Export(Component component, String connectionString, ConvertPrompt prompt)

Exports given component.

 

Obtained From

 

Application (NewExport ("SQL Server"))

 

See Also

 

Scripting Reference