Urn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Urn() |
default constructor |
Urn(String) |
initialize with string value |
Urn()
default constructor
public Urn ();
Public Sub New ()
Applies to
Urn(String)
initialize with string value
public Urn (string value);
new Microsoft.SqlServer.Management.Sdk.Sfc.Urn : string -> Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Public Sub New (value As String)
Parameters
- value
- String