Свойство Parent
Gets the SqlAssembly object that is the parent of the SqlAssemblyFileCollection object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Parent As SqlAssembly
Get
'Применение
Dim instance As SqlAssemblyFileCollection
Dim value As SqlAssembly
value = instance.Parent
public SqlAssembly Parent { get; }
public:
property SqlAssembly^ Parent {
SqlAssembly^ get ();
}
member Parent : SqlAssembly
function get Parent () : SqlAssembly
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .SqlAssembly
A SqlAssembly object value that is the parent of the SqlAssemblyFileCollection object.
См. также