Urn-Konstruktor (String)
Initializes a new instance of the Urn class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
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
)
Parameter
- value
Typ: System.String
A string value that specifies the resource name.