次の方法で共有


IWithSampleDatabaseBeta<ParentT>.FromSample(SampleName) メソッド

定義

復元ポイントから新しいデータベースを作成します。

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachAllOptions<ParentT> FromSample(Microsoft.Azure.Management.Sql.Fluent.Models.SampleName sampleName);
abstract member FromSample : Microsoft.Azure.Management.Sql.Fluent.Models.SampleName -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachAllOptions<'ParentT>
Public Function FromSample (sampleName As SampleName) As IWithAttachAllOptions(Of ParentT)

パラメーター

sampleName
SampleName

ソースとして使用するサンプル データベース。

戻り値

適用対象