Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Selected SQL resource component options.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Property SelectedFeatures As SqlResourceComponentFeatures
protected SqlResourceComponentFeatures SelectedFeatures { get; set; }
protected:
property SqlResourceComponentFeatures SelectedFeatures {
SqlResourceComponentFeatures get ();
void set (SqlResourceComponentFeatures value);
}
member SelectedFeatures : SqlResourceComponentFeatures with get, set
function get SelectedFeatures () : SqlResourceComponentFeatures
function set SelectedFeatures (value : SqlResourceComponentFeatures)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.SqlResourceComponentFeatures
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.