Reference3::SubType Property

 

Sets or Gets the assembly subtype.

Namespace:   VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

property String^ SubType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string value representing the assembly's subtype. For SQL Server Visual Basic or Visual C# projects, this property is set to SQLCLR if the reference was retrieved from the target SQL server.

This property is useful only on SQL Server Visual Basic or Visual C# projects.

This example adds a reference to an open Visual Basic or Visual C# project and displays the reference subtype, if one exists. To run this example as an add-in, see How to: Compile and Run the Automation Object Model Code Examples.

The default paths for the reference added is: <drive>:\Program Files\Microsoft SQL Server\90\COM. Replace <file path> in the example with this or another appropriate file path.

No code example is currently available or this language may not be supported.
Return to top
Show: