DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVectorSqlAbstract.ConnectionPoolId | Methods | Properties
Connection pool id. Used to group shared connections per viewer or create new connection when a layer is not attached to the viewer. User can switch to another shared connection by closing current connection, assigning existing pool id and again opening the connection (only if a layer is not attached to the viewer). A layer attached to a viewer always gets the viewer pool id.
// C# public String ConnectionPoolId { get {} set {} }
' VisualBasic Public Property ConnectionPoolId As String Get End Get Set(ByVal value As String) End Set End Property
// Oxygene public property ConnectionPoolId : String read read;
Type |
---|
string String |