DataConnectionProperties.GetBasicProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an array of property names representing the set of "basic" properties known by the current DataConnectionProperties instance.
public:
virtual cli::array <System::String ^> ^ GetBasicProperties();
public virtual string[] GetBasicProperties ();
abstract member GetBasicProperties : unit -> string[]
override this.GetBasicProperties : unit -> string[]
Public Overridable Function GetBasicProperties () As String()
Returns
String[]
Returns the set of "basic" properties associated with the current DataConnectionProperties instance.