ISynapseIdentity.DataConnectionName Property
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.
The name of the data connection.
[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="The name of the data connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dataConnectionName")]
public string DataConnectionName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="The name of the data connection.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dataConnectionName")>]
member this.DataConnectionName : string with get, set
Public Property DataConnectionName As String
Property Value
- Attributes