Visit 方法 (IPartitionScheme)

Visits the specified IPartitionScheme object.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Function Visit ( _
    partitionScheme As IPartitionScheme _
) As T
用法
Dim instance As IDatabaseOwnedObjectVisitor
Dim partitionScheme As IPartitionScheme
Dim returnValue As T

returnValue = instance.Visit(partitionScheme)
T Visit(
    IPartitionScheme partitionScheme
)
T Visit(
    IPartitionScheme^ partitionScheme
)
abstract Visit : 
        partitionScheme:IPartitionScheme -> 'T 
function Visit(
    partitionScheme : IPartitionScheme
) : T

返回值

类型:T
The object that is returned by the visit.