Condividi tramite


Urn Constructor (String)

Initializes a new instance of the Urn class with the specified object name.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    value As String _
)
public Urn (
    string value
)
public:
Urn (
    String^ value
)
public Urn (
    String value
)
public function Urn (
    value : String
)

Parametri

  • value

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

How to: Script Out the Dependencies for a Database in Visual Basic .NET

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Urn Class
Urn Members
Microsoft.SqlServer.Management.Smo Namespace