ObjectContext.DefaultContainerName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定預設容器名稱。
public:
property System::String ^ DefaultContainerName { System::String ^ get(); void set(System::String ^ value); };
public string DefaultContainerName { get; set; }
member this.DefaultContainerName : string with get, set
Public Property DefaultContainerName As String
屬性值
String,它是預設容器名稱。
備註
DefaultContainerName 永不傳 null
回 ;它會傳回已設定的值或空字串。 使用者可以將此屬性設定為 null
,但名稱在內部會設定為空字串,因此用戶永遠不需要同時檢查空字串和 null
。
預設容器名稱也會定義成建構函式的一部分。 如果您透過受保護的建構函式設定預設容器名稱,此屬性會變成唯讀的。