SqlChars.Storage 属性

定义

返回有关此 SqlChars 实例的存储状态的信息。Returns information about the storage state of this SqlChars instance.

public:
 property System::Data::SqlTypes::StorageState Storage { System::Data::SqlTypes::StorageState get(); };
public System.Data.SqlTypes.StorageState Storage { get; }
member this.Storage : System.Data.SqlTypes.StorageState
Public ReadOnly Property Storage As StorageState

属性值

StorageState

一个 StorageState 枚举。A StorageState enumeration.

适用于