You construct
the dataSourceString value based on the server information (for example,
port, host name, and logical name) and the protocol that you want
to use. This table contains examples.
Sample dataSourceString Values
|
|
|
|
Sample dataSource String
Value
|
|
|
|
|
dataSourceString = _
"iom-bridge://example.com:1234"
|
|
|
COM does not have a
port that is exposed to the user.
|
|
dataSourceString = "iom-com://example.com"
|
|
Not specified. The name
is extracted from the metadata server.
|
|
dataSourceString = "iom-name://My Logical Name"
|
|
Not specified. An existing
connection is reused.
|
dataSourceString =
"iom-id://ws.UniqueIdentifier
|
|
|
|
|
dataSourceString =
"iom://example.com:1234;" & _
"Bridge;SECURITYPACKAGE=Negotiate"
|
|
|
COM does not have a
port that is exposed to the user.
|
|
dataSourceString = "iom://example.com;" & _
"COM;SECURITYPACKAGE=Negotiate"
|
1This logical name has been
defined in a SAS Metadata Server. This sample also assumes that the
SAS Metadata Server has been identified for the provider. For example,
this code might be used to identify a SAS Metadata Server: iom-bridge://metadata.example.com:8561 |