Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetAssociationDependancies( _ ByVal guid As Guid, _ ByVal version As Long, _ ByVal dependencyType As AssociationDependencyType _ ) As SmartObjectExplorer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectManagementServer Dim guid As Guid Dim version As Long Dim dependencyType As AssociationDependencyType Dim value As SmartObjectExplorer value = instance.GetAssociationDependancies(guid, version, dependencyType) |
C# | |
---|---|
public SmartObjectExplorer GetAssociationDependancies( Guid guid, long version, AssociationDependencyType dependencyType ) |
C++/CLI | |
---|---|
public: SmartObjectExplorer^ GetAssociationDependancies( Guid guid, int64 version, AssociationDependencyType dependencyType ) |
Parameters
- guid
- version
- dependencyType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2