ValidationOperation.Key.GetUrnFragment Method ()

 

Applies To: SQL Server 2016 Preview

Retrieves the UrnFragment for the SfcInstance type.

Namespace:   Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

public override string GetUrnFragment()
public:
virtual String^ GetUrnFragment() override
override GetUrnFragment : unit -> string
Public Overrides Function GetUrnFragment As String

Return Value

Type: System.String

The UrnFragment for the SfcInstance type.

See Also

ValidationOperation.Key Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top