Name プロパティ
拡張機能の名前です。読み取り専用です。
名前空間: ReportExecution2005
アセンブリ: ReportExecution2005 (ReportExecution2005.dll)
構文
'宣言
Public Property Name As String
Get
Set
'使用
Dim instance As Extension
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)
プロパティ値
型: System. . :: . .String
拡張機能の名前を表す、読み取り専用の String です。
説明
たとえば、Name プロパティの値として OLE DB データ処理拡張機能が使用されます。