This document is archived and information here might be outdated.  Recommended version.


IReplica2.SibConnectionString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplica2 Interface > IReplica2.SibConnectionString Property
ArcGIS Developer Help

IReplica2.SibConnectionString Property

The sib connection string for a replica.

[Visual Basic .NET]
Public ReadOnly Property SibConnectionString As String
[C#]
public string SibConnectionString {get;}
[C++]
HRESULT get_SibConnectionString(
  System.String* ConnectionString
);
[C++]
Parameters
ConnectionString [out, retval]

ConnectionString is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IReplica2 Interface