共用方式為


OADeploymentConfigurationEditor.GetProperty 方法

這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
組件:  Microsoft.VisualStudio.Data.Schema.Package.Sql (在 Microsoft.VisualStudio.Data.Schema.Package.Sql.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

參數

  • propertyName
    型別:System.String
    要擷取的屬性名稱。

傳回值

型別:System.String
屬性值,如果屬性不存在則為 null。

.NET Framework 安全性

請參閱

參考

OADeploymentConfigurationEditor 類別

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal 命名空間