DataConnectionProperties.ToFullString Method
Retrieves a string representation of the current set of data connection properties for this instance.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overridable Function ToFullString As String
public virtual string ToFullString()
public:
virtual String^ ToFullString()
abstract ToFullString : unit -> string
override ToFullString : unit -> string
public function ToFullString() : String
Return Value
Type: System.String
Returns a string representation of the current set of data connection properties for this instance.
Implements
IDataConnectionProperties.ToFullString()
Remarks
The base implementation of this method uses the OrderedProperties property to get a list of ordered properties, then for each property for whom ShouldPersistProperty returns true, it calls GetNameAsString and GetValueAsString and places them in the output string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataConnectionProperties Class