次の方法で共有


Size プロパティ

このプロパティは将来使用するために予約されています。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public Property Size As Integer
    Get
    Set
'使用
Dim instance As AdomdParameter
Dim value As Integer

value = instance.Size

instance.Size = value
public int Size { get; set; }
public:
virtual property int Size {
    int get () sealed;
    void set (int value) sealed;
}
abstract Size : int with get, set
override Size : int with get, set
final function get Size () : int
final function set Size (value : int)

プロパティ値

型: System. . :: . .Int32

実装

IDbDataParameter. . :: . .Size

例外

例外 条件
System..::..NotSupportedException

プロパティが呼び出されています。