This topic has not yet been rated - Rate this topic

ExtendedProperty Constructor (SqlSmoObject, String)

Initializes a new instance of the ExtendedProperty class with the specified parent and name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public ExtendedProperty(
	SqlSmoObject parent,
	string name
)

Parameters

parent
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object that specifies the object on which to add the extended property.
name
Type: System.String
A String value that specifies the name of the extended property.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.