DatabaseCopy.SourceServerName Property
Optional. Gets the name of the source server.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string SourceServerName { get; set; }
public:
property String^ SourceServerName {
String^ get();
void set(String^ value);
}
member SourceServerName : string with get, set
Public Property SourceServerName As String
Property Value
Type: System.String
See Also
DatabaseCopy Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top