WsdlGeneratorOption 속성
Gets or sets the Web Services Description Language (WSDL) generator options.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property WsdlGeneratorOption As WsdlGeneratorOption
Get
Set
‘사용 방법
Dim instance As SoapPayload
Dim value As WsdlGeneratorOption
value = instance.WsdlGeneratorOption
instance.WsdlGeneratorOption = value
[SfcPropertyAttribute]
public WsdlGeneratorOption WsdlGeneratorOption { get; set; }
[SfcPropertyAttribute]
public:
property WsdlGeneratorOption WsdlGeneratorOption {
WsdlGeneratorOption get ();
void set (WsdlGeneratorOption value);
}
[<SfcPropertyAttribute>]
member WsdlGeneratorOption : WsdlGeneratorOption with get, set
function get WsdlGeneratorOption () : WsdlGeneratorOption
function set WsdlGeneratorOption (value : WsdlGeneratorOption)
속성 값
형식: Microsoft.SqlServer.Management.Smo. . :: . .WsdlGeneratorOption
A WsdlGeneratorOption object value that specifies the WSDL settings for the referenced HTTP endpoint.
주의
If the WsdlGeneratorOption property is set to Procedure, the WsdlGeneratorProcedure property must be set.