Share via


ISql90SoapLanguageSpecifier.WsdlSpName Property

Gets or sets the stored procedure that returns the Web Services Description Language (WSDL) that is used by this endpoint.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property WsdlSpName As String
string WsdlSpName { get; set; }
property String^ WsdlSpName {
    String^ get ();
    void set (String^ value);
}
abstract WsdlSpName : string with get, set
function get WsdlSpName () : String
function set WsdlSpName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90SoapLanguageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace