共用方式為


ISqlSchemaViewHierarchyProvider.GetString 方法

用於將資源名稱轉換成當地語系化字串。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package.Sql (在 Microsoft.VisualStudio.Data.Schema.Package.Sql.dll 中)

語法

'宣告
Function GetString ( _
    resourceName As String _
) As String
string GetString(
    string resourceName
)
String^ GetString(
    String^ resourceName
)
abstract GetString : 
        resourceName:string -> string 
function GetString(
    resourceName : String
) : String

參數

  • resourceName
    型別:System.String
    Branch ResourceName 屬性中找到的資源名稱。

傳回值

型別:System.String
當地語系化名稱。

.NET Framework 安全性

請參閱

參考

ISqlSchemaViewHierarchyProvider 介面

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