IMutableClrDataType.Methods 속성

Gets the mutable collection of all methods that are defined on the data type.

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

구문

‘선언
ReadOnly Property Methods As IMutableMetadataCollection(Of IUdtMethod)
    Get
‘사용 방법
Dim instance As IMutableClrDataType 
Dim value As IMutableMetadataCollection(Of IUdtMethod)

value = instance.Methods
IMutableMetadataCollection<IUdtMethod> Methods { get; }
property IMutableMetadataCollection<IUdtMethod^>^ Methods {
    IMutableMetadataCollection<IUdtMethod^>^ get ();
}
abstract Methods : IMutableMetadataCollection<IUdtMethod>
function get Methods () : IMutableMetadataCollection<IUdtMethod>

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IUdtMethod>
The IMutableMetadataCollection<T> of IUdtMethod that contains all methods that are defined on the data type.

참고 항목

참조

IMutableClrDataType 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스