IDataMigrationIdentity.SqlMigrationServiceName 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.
Name of the SQL Migration Service.
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Name of the SQL Migration Service.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sqlMigrationServiceName")]
public string SqlMigrationServiceName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Name of the SQL Migration Service.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="sqlMigrationServiceName")>]
member this.SqlMigrationServiceName : string with get, set
Public Property SqlMigrationServiceName As String
Property Value
- Attributes