PropertyContainerClass.GetPropertyClass メソッド

名前によって定義されたプロパティ クラスを返します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Function GetPropertyClass ( _
    name As String _
) As PropertyClass
'使用
Dim instance As PropertyContainerClass
Dim name As String
Dim returnValue As PropertyClass

returnValue = instance.GetPropertyClass(name)
public PropertyClass GetPropertyClass(
    string name
)
public:
PropertyClass^ GetPropertyClass(
    String^ name
)
public function GetPropertyClass(
    name : String
) : PropertyClass

パラメータ

  • name
    型 : System.String
    目的のプロパティ クラスの名前を指定します。

戻り値

型 : Microsoft.Data.Schema.SchemaModel.PropertyClass

参照

参照

PropertyContainerClass クラス

PropertyContainerClass メンバ

Microsoft.Data.Schema.SchemaModel 名前空間