SqlSmoObject.singletonParent Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Regular SMO objects access the parent class reference through parentColl (corresponding collection in parent class). Singleton class has no collection in parent.
protected Microsoft.SqlServer.Management.Smo.SqlSmoObject singletonParent;
val mutable singletonParent : Microsoft.SqlServer.Management.Smo.SqlSmoObject
Protected singletonParent As SqlSmoObject