Touchstone 11.0 API Reference
SqlInstanceSid Property (CreateLocationRequest)


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace > CreateLocationRequest Class : SqlInstanceSid Property
(Required) Contains the SQL Server Instance Sequential Identifier (SID), which is a Touchstone®-generated integer that uniquely identifies the SQL Server Instance that hosts the associated Data Source.

The SQL Instance SID is an integer Sequential Identifier that Touchstone generates to identify uniquely the SQL instance that hosts the Data Source used for the analysis. A Data Source is an Exposure or Results database that is registered with the Touchstone application.

Syntax
Public Property SqlInstanceSid As Integer
Dim instance As CreateLocationRequest
Dim value As Integer
 
instance.SqlInstanceSid = value
 
value = instance.SqlInstanceSid
public int SqlInstanceSid {get; set;}
Remarks
Getting the SQL Server Instance SID

To find the SQL Server Instance SID to pass into any Touchstone API, call the GetSqlInstances() method.

Example
The following example shows how to get a list of IDs for the SQL Server Instances that host the Data Sources:
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CreateLocationRequest Class
CreateLocationRequest Members