ISql90SoapMethodSpecification.RelatedMethod 属性

获取或设置 Web 服务方法的实现。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property RelatedMethod As ISql90Subroutine
    Get
    Set
ISql90Subroutine RelatedMethod { get; set; }
property ISql90Subroutine^ RelatedMethod {
    ISql90Subroutine^ get ();
    void set (ISql90Subroutine^ value);
}
abstract RelatedMethod : ISql90Subroutine with get, set
function get RelatedMethod () : ISql90Subroutine
function set RelatedMethod (value : ISql90Subroutine)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISql90Subroutine

.NET Framework 安全性

请参见

参考

ISql90SoapMethodSpecification 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间