你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AIProjectDataset.IsReference Property

Definition

Indicates if the dataset holds a reference to the storage, or the dataset manages storage itself. If true, the underlying data will not be deleted when the dataset version is deleted.

public bool? IsReference { get; }
member this.IsReference : Nullable<bool>
Public ReadOnly Property IsReference As Nullable(Of Boolean)

Property Value

Applies to