Méthode Visit (IPartitionScheme)
Visits the specified IPartitionScheme object.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Function Visit ( _
partitionScheme As IPartitionScheme _
) As T
'Utilisation
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
Paramètres
- partitionScheme
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IPartitionScheme
The IPartitionScheme object to visit
Valeur de retour
Type : T
The object that is returned by the visit.