ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxWorkspaceEditor.ConnectionProperties Property

Connection properties to edit.

[Visual Basic .NET]
Public Property ConnectionProperties As IPropertySet
[C#]
public IPropertySet ConnectionProperties {get; set;}
[C++]
HRESULT get_ConnectionProperties(
  IPropertySet** ppiConnectionProperties
);
[C++]
HRESULT put_ConnectionProperties(
  IPropertySet* ppiConnectionProperties
);
[C++]

Parameters

ppiConnectionProperties [out, retval]

  ppiConnectionProperties is a parameter of type IPropertySet

ppiConnectionProperties [in]

  ppiConnectionProperties is a parameter of type IPropertySet

Product Availability

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

See Also

ITxWorkspaceEditor Interface