OnPremisesSqlLinkedService.ConnectionString Property
Gets or sets the connection string.
Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)
Usage
'Usage
Dim instance As OnPremisesSqlLinkedService
Dim value As String
value = instance.ConnectionString
instance.ConnectionString = value
Syntax
'Declaration
Public Property ConnectionString As String
public string ConnectionString { get; set; }
public:
property String^ ConnectionString {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ConnectionString ()
/** @property */
public void set_ConnectionString (String value)
public function get ConnectionString () : String
public function set ConnectionString (value : String)
Property Value
The connection string.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
OnPremisesSqlLinkedService Class
OnPremisesSqlLinkedService Members
Microsoft.Azure.Management.DataFactories.Models Namespace