Construtor Urn (String)
Initializes a new instance of the Urn class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
value As String _
)
'Uso
Dim value As String
Dim instance As New Urn(value)
public Urn(
string value
)
public:
Urn(
String^ value
)
new :
value:string -> Urn
public function Urn(
value : String
)
Parâmetros
- value
Tipo: System. . :: . .String
A string value that specifies the resource name.
Consulte também