다음을 통해 공유


SoapPayload.WsdlGeneratorProcedure 속성

Gets or sets the Web Services Description Language (WSDL) procedure.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property WsdlGeneratorProcedure As String 
    Get 
    Set
‘사용 방법
Dim instance As SoapPayload 
Dim value As String 

value = instance.WsdlGeneratorProcedure

instance.WsdlGeneratorProcedure = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string WsdlGeneratorProcedure { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ WsdlGeneratorProcedure {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member WsdlGeneratorProcedure : string with get, set
function get WsdlGeneratorProcedure () : String 
function set WsdlGeneratorProcedure (value : String)

속성 값

유형: System.String
A String value that specifies the WSDL procedure.

주의

If the WsdlGeneratorOption property is set to Procedure, the WsdlGeneratorProcedure property must be set.

끝점 구현

참고 항목

참조

SoapPayload 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스