RefactoringRecord.GetProperty 方法

返回由提供的属性名称标识的属性的值。

命名空间:  Microsoft.Data.Schema.Refactoring
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Function GetProperty ( _
    propertyName As String _
) As String
public string GetProperty(
    string propertyName
)
public:
String^ GetProperty(
    String^ propertyName
)
member GetProperty : 
        propertyName:string -> string 
public function GetProperty(
    propertyName : String
) : String

参数

返回值

类型:System.String
属性的值。

.NET Framework 安全性

请参见

参考

RefactoringRecord 类

Microsoft.Data.Schema.Refactoring 命名空间