Partilhar via


Método ISqlSchemaViewHierarchyProvider.GetString

Usado para converter um nome de recurso a uma seqüência localizada.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (em Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Sintaxe

'Declaração
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

Parâmetros

  • resourceName
    Tipo: System.String
    O nome do recurso encontrado no atributo ResourceName de ramificação.

Valor de retorno

Tipo: System.String
O nome localizado.

Segurança do .NET Framework

Consulte também

Referência

ISqlSchemaViewHierarchyProvider Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Sql.Project