IDbSystemBaseProperties.Source 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 source of the database: Use None for creating a new database. The default is None.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The source of the database: Use `None` for creating a new database. The default is `None`.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="source", Update=false)]
public string Source { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The source of the database: Use `None` for creating a new database. The default is `None`.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="source", Update=false)>]
member this.Source : string
Public ReadOnly Property Source As String
Property Value
- Attributes